Package ch.bailu.gtk.adw
Schnittstelle ColorScheme
public interface ColorScheme
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Inherit the parent color-scheme.static final int
Always use dark appearance.static final int
Always use light appearance.static final int
Use dark appearance unless the system prefers
prefers light colors.static final int
Use light appearance unless the system
prefers dark colors.
-
Felddetails
-
DEFAULT
static final int DEFAULTInherit the parent color-scheme. When set on the
`AdwStyleManager` returned by [func@StyleManager.get_default], it's
equivalent to `ADW_COLOR_SCHEME_PREFER_LIGHT`.- Siehe auch:
-
FORCE_LIGHT
static final int FORCE_LIGHTAlways use light appearance.- Siehe auch:
-
PREFER_LIGHT
static final int PREFER_LIGHTUse light appearance unless the system
prefers dark colors.- Siehe auch:
-
PREFER_DARK
static final int PREFER_DARKUse dark appearance unless the system prefers
prefers light colors.- Siehe auch:
-
FORCE_DARK
static final int FORCE_DARKAlways use dark appearance.- Siehe auch:
-