XApp.StatusIconState – xapp Reference Manual
Packages
xapp
XApp
StatusIconState
FALLBACK
NATIVE
NO_SUPPORT
StatusIconState
Description:
[
CCode
( cprefix =
"XAPP_STATUS_ICON_STATE_"
, type_id =
"xapp_status_icon_state_get_type ()"
) ]
public
enum
StatusIconState
Namespace:
XApp
Package:
xapp
Content:
Enum values:
FALLBACK
-
The
StatusIcon
is currently being handled by a legacy system tray implementation (using GtkStatusIcon).
NATIVE
-
The
StatusIcon
is currently being handled by an
StatusIconMonitor
(usually in an applet).
NO_SUPPORT
-
The
StatusIcon
is not currently being handled by any kind of status icon implementation.