Class
AstalTrayTrayItem
Instance methods
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 AstalTrayTrayItem: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.
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.