enum Adw::ColorScheme
Overview
Application color schemes for [property@StyleManager:color-scheme].
Defined in:
lib/gi-crystal/src/auto/adw-1/adw.crEnum Members
-
Default =
0_u32 -
Inherit the parent color-scheme. When set on the
Adw::StyleManagerreturned byStyleManager#default, it's equivalent toADW_COLOR_SCHEME_PREFER_LIGHT. -
ForceLight =
1_u32 -
Always use light appearance.
-
PreferLight =
2_u32 -
Use light appearance unless the system prefers dark colors.
-
PreferDark =
3_u32 -
Use dark appearance unless the system prefers prefers light colors.
-
ForceDark =
4_u32 -
Always use dark appearance.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.