ApplicationPropertyName
public enum ApplicationPropertyName : String, PropertyNameProtocol
Undocumented
-
Undocumented
Declaration
Swift
case actionGroup = "action-group" -
The currently focused window of the application.
Declaration
Swift
case activeWindow = "active-window" -
Undocumented
Declaration
Swift
case applicationID = "application-id" -
Undocumented
Declaration
Swift
case flags = "flags" -
Undocumented
Declaration
Swift
case inactivityTimeout = "inactivity-timeout" -
Whether the application is currently marked as busy through
g_application_mark_busy()org_application_bind_busy_property().Declaration
Swift
case isBusy = "is-busy" -
Undocumented
Declaration
Swift
case isRegistered = "is-registered" -
Undocumented
Declaration
Swift
case isRemote = "is-remote" -
The
GMenuModelto be used for the application’s menu bar.Declaration
Swift
case menubar = "menubar" -
Set this property to
TRUEto register with the session manager.This will make GTK track the session state (such as the [property
Gtk.Application:screensaver-active] property).Declaration
Swift
case registerSession = "register-session" -
Undocumented
Declaration
Swift
case resourceBasePath = "resource-base-path" -
This property is
TRUEif GTK believes that the screensaver is currently active.GTK only tracks session state (including this) when [property
Gtk.Application:register-session] is set totrue.Tracking the screensaver state is currently only supported on Linux.
Declaration
Swift
case screensaverActive = "screensaver-active"
View on GitHub
Install in Dash
ApplicationPropertyName Enumeration Reference