Interface

Gtk-3.0GtkApplicationConstructorProps

interface ConstructorProps {
    action_group: Gio.ActionGroup;
    actionGroup: Gio.ActionGroup;
    active_window: Gtk.Window | null;
    activeWindow: Gtk.Window | null;
    app_menu: Gio.MenuModel | null;
    application_id: string | null;
    applicationId: string | null;
    appMenu: Gio.MenuModel | null;
    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 | null;
    resourceBasePath: string | null;
    screensaver_active: boolean;
    screensaverActive: boolean;
    version: string | null;
}

Hierarchy (View Summary)

Index

Properties

active_window: Gtk.Window | null
activeWindow: Gtk.Window | null
app_menu: Gio.MenuModel | null
appMenu: Gio.MenuModel | null
menubar: Gio.MenuModel
register_session: boolean
registerSession: boolean
screensaver_active: boolean
screensaverActive: boolean

Properties - Inherited from Gio.Application.ConstructorProps

action_group: Gio.ActionGroup
actionGroup: Gio.ActionGroup
application_id: string | null
applicationId: string | null
inactivity_timeout: number
inactivityTimeout: number
is_busy: boolean
is_registered: boolean
is_remote: boolean
isBusy: boolean
isRegistered: boolean
isRemote: boolean
resource_base_path: string | null
resourceBasePath: string | null
version: string | null