Interface

Adw-1AdwApplicationConstructorProps

interface ConstructorProps {
    action_group: Gio.ActionGroup;
    actionGroup: Gio.ActionGroup;
    active_window: Gtk.Window;
    activeWindow: Gtk.Window;
    application_id: string;
    applicationId: string;
    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;
    register_session: boolean;
    registerSession: boolean;
    resource_base_path: string;
    resourceBasePath: string;
    screensaver_active: boolean;
    screensaverActive: boolean;
    style_manager: Adw.StyleManager;
    styleManager: Adw.StyleManager;
    version: string;
}

Hierarchy (View Summary)

Index

Properties

style_manager: Adw.StyleManager
styleManager: Adw.StyleManager

Properties - Inherited from Gtk

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