enum
Gdk::ToplevelState
Defined in:
lib/gi-crystal/src/auto/gdk-4.0/gdk.crEnum Members
-
Minimized =
1_u32 -
Maximized =
2_u32 -
Sticky =
4_u32 -
Fullscreen =
8_u32 -
Above =
16_u32 -
Below =
32_u32 -
Focused =
64_u32 -
Tiled =
128_u32 -
TopTiled =
256_u32 -
TopResizable =
512_u32 -
RightTiled =
1024_u32 -
RightResizable =
2048_u32 -
BottomTiled =
4096_u32 -
BottomResizable =
8192_u32 -
LeftTiled =
16384_u32 -
LeftResizable =
32768_u32 -
None =
0_u32 -
All =
65535_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#above?
Returns
trueif this enum value containsAbove -
#below?
Returns
trueif this enum value containsBelow -
#bottom_resizable?
Returns
trueif this enum value containsBottomResizable -
#bottom_tiled?
Returns
trueif this enum value containsBottomTiled -
#focused?
Returns
trueif this enum value containsFocused -
#fullscreen?
Returns
trueif this enum value containsFullscreen -
#left_resizable?
Returns
trueif this enum value containsLeftResizable -
#left_tiled?
Returns
trueif this enum value containsLeftTiled -
#maximized?
Returns
trueif this enum value containsMaximized -
#minimized?
Returns
trueif this enum value containsMinimized - #none?
-
#right_resizable?
Returns
trueif this enum value containsRightResizable -
#right_tiled?
Returns
trueif this enum value containsRightTiled -
#sticky?
Returns
trueif this enum value containsSticky -
#tiled?
Returns
trueif this enum value containsTiled -
#top_resizable?
Returns
trueif this enum value containsTopResizable -
#top_tiled?
Returns
trueif this enum value containsTopTiled
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.