Interface

Adw-1AdwApplicationConstructorProps

interface ConstructorProps {
    action_group: Gio.ActionGroup;
    actionGroup: Gio.ActionGroup;
    active_window: Gtk.Window | null;
    activeWindow: Gtk.Window | null;
    application_id: string | null;
    applicationId: string | null;
    autosave_interval: number;
    autosaveInterval: number;
    flags: Gio.ApplicationFlags;
    inactivity_timeout: number;
    inactivityTimeout: number;
    is_busy: boolean;
    is_registered: boolean;
    is_remote: boolean;
    isBusy: boolean;
    isRegistered: boolean;
    isRemote: boolean;
    menubar: Gio.MenuModel | null;
    register_session: boolean;
    registerSession: boolean;
    resource_base_path: string | null;
    resourceBasePath: string | null;
    screensaver_active: boolean;
    screensaverActive: boolean;
    style_manager: Adw.StyleManager;
    styleManager: Adw.StyleManager;
    support_save: boolean;
    supportSave: boolean;
    version: string | null;
}

Hierarchy (View Summary)

Index

Properties

style_manager: Adw.StyleManager
styleManager: Adw.StyleManager

Properties - Inherited from Gtk.Application.ConstructorProps

action_group: Gio.ActionGroup
actionGroup: Gio.ActionGroup
active_window: Gtk.Window | null
activeWindow: Gtk.Window | null
application_id: string | null
applicationId: string | null
autosave_interval: number
autosaveInterval: number
inactivity_timeout: number
inactivityTimeout: number
is_busy: boolean
is_registered: boolean
is_remote: boolean
isBusy: boolean
isRegistered: boolean
isRemote: boolean
menubar: Gio.MenuModel | null
register_session: boolean
registerSession: boolean
resource_base_path: string | null
resourceBasePath: string | null
screensaver_active: boolean
screensaverActive: boolean
support_save: boolean
supportSave: boolean
version: string | null