-
Cast constructor, converting any binary integer to a
WindowTypeHint.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
Normal toplevel window.
Declaration
Swift
static let normal: GdkWindowTypeHint -
Dialog window.
Declaration
Swift
static let dialog: GdkWindowTypeHint -
Window used to implement a menu; GTK+ uses this hint only for torn-off menus, see
GtkTearoffMenuItem.Declaration
Swift
static let menu: GdkWindowTypeHint -
Window used to implement toolbars.
Declaration
Swift
static let toolbar: GdkWindowTypeHint -
Window used to display a splash screen during application startup.
Declaration
Swift
static let splashscreen: GdkWindowTypeHint -
Utility windows which are not detached toolbars or dialogs.
Declaration
Swift
static let utility: GdkWindowTypeHint -
Used for creating dock or panel windows.
Declaration
Swift
static let dock: GdkWindowTypeHint -
Used for creating the desktop background window.
Declaration
Swift
static let desktop: GdkWindowTypeHint -
A menu that belongs to a menubar.
Declaration
Swift
static let dropdownMenu: GdkWindowTypeHint -
A menu that does not belong to a menubar, e.g. a context menu.
Declaration
Swift
static let popupMenu: GdkWindowTypeHint -
A tooltip.
Declaration
Swift
static let tooltip: GdkWindowTypeHint -
A notification - typically a “bubble” that belongs to a status icon.
Declaration
Swift
static let notification: GdkWindowTypeHint -
A popup from a combo box.
Declaration
Swift
static let combo: GdkWindowTypeHint -
A window that is used to implement a DND cursor.
Declaration
Swift
static let dnd: GdkWindowTypeHint
View on GitHub
Install in Dash
WindowTypeHint Extension Reference