Enums¶
Details¶
- class Dazzle.AnimationMode(value)¶
Bases:
GObject.GEnum
- LINEAR = 0¶
- EASE_IN_QUAD = 1¶
- EASE_OUT_QUAD = 2¶
- EASE_IN_OUT_QUAD = 3¶
- EASE_IN_CUBIC = 4¶
- EASE_OUT_CUBIC = 5¶
- EASE_IN_OUT_CUBIC = 6¶
- class Dazzle.DockRevealerTransitionType(value)¶
Bases:
GObject.GEnum
- NONE = 0¶
- SLIDE_RIGHT = 1¶
- SLIDE_LEFT = 2¶
- SLIDE_UP = 3¶
- SLIDE_DOWN = 4¶
- class Dazzle.ShortcutMatch(value)¶
Bases:
GObject.GEnum
- NONE = 0¶
- EQUAL = 1¶
- PARTIAL = 2¶
- class Dazzle.ShortcutType(value)¶
Bases:
GLib.Enum
Dazzle.ShortcutType
specifies the kind of shortcut that is being described. More values may be added to this enumeration over time.New in version 3.20.
- ACCELERATOR = 0¶
The shortcut is a keyboard accelerator. The
Dazzle.ShortcutsShortcut
:accelerator
property will be used.
- GESTURE_PINCH = 1¶
The shortcut is a pinch gesture. GTK+ provides an icon and subtitle.
- GESTURE_STRETCH = 2¶
The shortcut is a stretch gesture. GTK+ provides an icon and subtitle.
- GESTURE_ROTATE_CLOCKWISE = 3¶
The shortcut is a clockwise rotation gesture. GTK+ provides an icon and subtitle.
- GESTURE_ROTATE_COUNTERCLOCKWISE = 4¶
The shortcut is a counterclockwise rotation gesture. GTK+ provides an icon and subtitle.
- GESTURE_TWO_FINGER_SWIPE_LEFT = 5¶
The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle.
- GESTURE_TWO_FINGER_SWIPE_RIGHT = 6¶
The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle.
- GESTURE = 7¶
The shortcut is a gesture. The
Dazzle.ShortcutsShortcut
:icon
property will be used.
- class Dazzle.SliderPosition(value)¶
Bases:
GObject.GEnum
- NONE = 0¶
- TOP = 1¶
- RIGHT = 2¶
- BOTTOM = 3¶
- LEFT = 4¶
- class Dazzle.ThreeGridColumn(value)¶
Bases:
GObject.GEnum
- LEFT = 0¶
- CENTER = 1¶
- RIGHT = 2¶
- class Dazzle.TitlebarAnimation(value)¶
Bases:
GObject.GEnum
- HIDDEN = 0¶
- SHOWING = 1¶
- SHOWN = 2¶
- HIDING = 3¶
- class Dazzle.TreeDropPosition(value)¶
Bases:
GObject.GEnum
- INTO = 0¶
- BEFORE = 1¶
- AFTER = 2¶