adw.types
D types for adw1 library
alias AnimationState AnimationTargetFunc BreakpointConditionLengthType BreakpointConditionRatioType CenteringPolicy ColorScheme DialogPresentationMode Easing FlapFoldPolicy FlapTransitionType FoldThresholdPolicy LeafletTransitionType LengthUnit NavigationDirection ResponseAppearance SqueezerTransitionType TabViewShortcuts ToastPriority ToolbarStyle ViewSwitcherPolicy
Types 20
aliasAnimationState = AdwAnimationState
aliasColorScheme = AdwColorScheme
aliasFlapFoldPolicy = AdwFlapFoldPolicy
aliasLengthUnit = AdwLengthUnit
aliasToastPriority = AdwToastPriority
aliasToolbarStyle = AdwToolbarStyle
aliasAnimationTargetFunc = void delegate(double value)
Prototype for animation targets based on user callbacks.
Parameters
value | The animation value |
Variables 5
enumvar
DURATION_INFINITE = 4294967295Indicates an class@Animation with an infinite duration.
This value is mostly used internally.
enumvar
MAJOR_VERSION = 1Adwaita major version component (e.g. 1 if the version is 1.2.3).
enumvar
MICRO_VERSION = 5Adwaita micro version component (e.g. 3 if the version is 1.2.3).
enumvar
MINOR_VERSION = 5Adwaita minor version component (e.g. 2 if the version is 1.2.3).
enumvar
VERSION_S = "1.5.5"Adwaita version, encoded as a string, useful for printing and concatenation.