Interface

Gtk-3.0GtkApplicationConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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

Properties - Inherited from Gio

action_group: Gio.ActionGroup
actionGroup: Gio.ActionGroup
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
resource_base_path: string
resourceBasePath: string
version: string