Enums¶
Details¶
- class XApp.IconSize(value)¶
Bases:
GObject.GEnum
- 16 = 16¶
- _16 = 16¶
- 22 = 22¶
- _22 = 22¶
- 24 = 24¶
- _24 = 24¶
- 32 = 32¶
- _32 = 32¶
- 48 = 48¶
- _48 = 48¶
- 96 = 96¶
- _96 = 96¶
- class XApp.ScrollDirection(value)¶
Bases:
GObject.GEnum
Represents the direction of icon scroll events.
- UP = 0¶
Scroll theoretical content up.
- DOWN = 1¶
Scroll theoretical content down.
- LEFT = 2¶
Scroll theoretical content left.
- RIGHT = 3¶
Scroll theoretical content right.
- class XApp.StatusIconState(value)¶
Bases:
GObject.GEnum
- NATIVE = 0¶
The
XApp.StatusIcon
is currently being handled by anXApp.StatusIconMonitor
(usually in an applet).
- FALLBACK = 1¶
The
XApp.StatusIcon
is currently being handled by a legacy system tray implementation (usingGtk.StatusIcon
).
- NO_SUPPORT = 2¶
The
XApp.StatusIcon
is not currently being handled by any kind of status icon implementation.