Class
AstalTrayTrayItem
Instance methods
astal_tray_tray_item_about_to_show
Tells the tray app that its menu is about to be opened, so it can update the menu if needed. You should call this method before openening the menu.
astal_tray_tray_item_scroll
Send a scroll request to the tray app. valid values for the orientation are “horizontal” and “vertical”.
Properties
AstalTray.TrayItem:tooltip-markup
A markup representation of the tooltip. This is basically equvivalent to tooltip.title \n tooltip.description
.
AstalTray.TrayItem:is-menu
If set, this only supports the menu, so showing the menu should be prefered over calling astal_tray_tray_item_activate()
.
AstalTray.TrayItem:icon-theme-path
The icon theme path, where to look for the AstalTrayTrayItem:icon-name
. It is recommended to use the [property@
AstalTray.TrayItem:gicon] property, which does the icon lookups for you.
AstalTray.TrayItem:icon-name
The name of the icon. This should be looked up in the AstalTrayTrayItem:icon-theme-path
if set or in the currently used icon
theme otherwise. It is recommended to use the AstalTrayTrayItem:gicon
property, which does the icon lookups for you.
AstalTray.TrayItem:icon-pixbuf
A pixbuf containing the icon. It is recommended to use the AstalTrayTrayItem:gicon
property, which does the icon lookups for you.
AstalTray.TrayItem:gicon
Contains the items icon. This property is intended to be used with the gicon property of the Icon widget and the recommended way to display the
icon. This property unifies the AstalTrayTrayItem:icon-name
, AstalTrayTrayItem:icon-theme-path
and [property
AstalTray
.TrayItem:icon-pixbuf] properties.
AstalTray.TrayItem:menu-model
The MenuModel describing the menu for this TrayItem to be used with a MenuButton or PopoverMenu. The actions for this menu are defined in
AstalTrayTrayItem:action-group
.
AstalTray.TrayItem:action-group
The ActionGroup containing the actions for the menu. All actions have the dbusmenu
prefix and are setup to work with the [property@
AstalTray.TrayItem:menu-model]. Make sure to insert this action group into a parent widget of the menu, eg the MenuButton for which the MenuModel for
this TrayItem is set.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.