Interface

St-18StSettingsConstructorProps

interface ConstructorProps {
    accent_color: St.SystemAccentColor;
    accentColor: St.SystemAccentColor;
    color_scheme: St.SystemColorScheme;
    colorScheme: St.SystemColorScheme;
    disable_show_password: boolean;
    disableShowPassword: boolean;
    drag_threshold: number;
    dragThreshold: number;
    enable_animations: boolean;
    enableAnimations: boolean;
    font_name: string;
    fontName: string;
    gtk_icon_theme: string;
    gtkIconTheme: string;
    high_contrast: boolean;
    highContrast: boolean;
    magnifier_active: boolean;
    magnifierActive: boolean;
    primary_paste: boolean;
    primaryPaste: boolean;
    slow_down_factor: number;
    slowDownFactor: number;
}

Hierarchy (View Summary)

Index

Properties

accent_color: St.SystemAccentColor
accentColor: St.SystemAccentColor
color_scheme: St.SystemColorScheme
colorScheme: St.SystemColorScheme
disable_show_password: boolean
disableShowPassword: boolean
drag_threshold: number
dragThreshold: number
enable_animations: boolean
enableAnimations: boolean
font_name: string
fontName: string
gtk_icon_theme: string
gtkIconTheme: string
high_contrast: boolean
highContrast: boolean
magnifier_active: boolean
magnifierActive: boolean
primary_paste: boolean
primaryPaste: boolean
slow_down_factor: number
slowDownFactor: number