Interface

Adw-1AdwStyleManagerConstructorProps

interface ConstructorProps {
    accent_color: Adw.AccentColor;
    accent_color_rgba: Gdk.RGBA;
    accentColor: Adw.AccentColor;
    accentColorRgba: Gdk.RGBA;
    color_scheme: Adw.ColorScheme;
    colorScheme: Adw.ColorScheme;
    dark: boolean;
    display: Gdk.Display;
    document_font_name: string;
    documentFontName: string;
    high_contrast: boolean;
    highContrast: boolean;
    monospace_font_name: string;
    monospaceFontName: string;
    system_supports_accent_colors: boolean;
    system_supports_color_schemes: boolean;
    systemSupportsAccentColors: boolean;
    systemSupportsColorSchemes: boolean;
}

Hierarchy (View Summary)

Index

Properties

accent_color: Adw.AccentColor
accent_color_rgba: Gdk.RGBA
accentColor: Adw.AccentColor
accentColorRgba: Gdk.RGBA
color_scheme: Adw.ColorScheme
colorScheme: Adw.ColorScheme
dark: boolean
display: Gdk.Display
document_font_name: string
documentFontName: string
high_contrast: boolean
highContrast: boolean
monospace_font_name: string
monospaceFontName: string
system_supports_accent_colors: boolean
system_supports_color_schemes: boolean
systemSupportsAccentColors: boolean
systemSupportsColorSchemes: boolean