Global Variables
The following global variables are available globally.
-
An undefined value. The accessible attribute is either unset, or its value is undefined.
Declaration
Swift
public let ACCESSIBLE_VALUE_UNDEFINED: Int32
-
Like
gtk_get_binary_age()
, but from the headers used at application compile time, rather than from the library linked against at application run time.Declaration
Swift
public let BINARY_AGE: Int32
-
Undocumented
Declaration
Swift
public let IM_MODULE_EXTENSION_POINT_NAME: String
-
Constant to return from a signal handler for the
input
signal in case of conversion failure.See [signal
Gtk.SpinButton::input
].Declaration
Swift
public let INPUT_ERROR: Int32
-
Like
gtk_get_interface_age()
, but from the headers used at application compile time, rather than from the library linked against at application run time.Declaration
Swift
public let INTERFACE_AGE: Int32
-
The value used to refer to a guaranteed invalid position in a
GListModel
.This value may be returned from some functions, others may accept it as input. Its interpretation may differ for different functions.
Refer to each function’s documentation for if this value is allowed and what it does.
Declaration
Swift
public let INVALID_LIST_POSITION: UInt32
-
The name used for the stock full offset included by
GtkLevelBar
.Declaration
Swift
public let LEVEL_BAR_OFFSET_FULL: String
-
The name used for the stock high offset included by
GtkLevelBar
.Declaration
Swift
public let LEVEL_BAR_OFFSET_HIGH: String
-
The name used for the stock low offset included by
GtkLevelBar
.Declaration
Swift
public let LEVEL_BAR_OFFSET_LOW: String
-
Like
gtk_get_major_version()
, but from the headers used at application compile time, rather than from the library linked against at application run time.Declaration
Swift
public let MAJOR_VERSION: Int32
-
Undocumented
Declaration
Swift
public let MAX_COMPOSE_LEN: Int32
-
Undocumented
Declaration
Swift
public let MEDIA_FILE_EXTENSION_POINT_NAME: String
-
Like
gtk_get_micro_version()
, but from the headers used at application compile time, rather than from the library linked against at application run time.Declaration
Swift
public let MICRO_VERSION: Int32
-
Like
gtk_get_minor_version()
, but from the headers used at application compile time, rather than from the library linked against at application run time.Declaration
Swift
public let MINOR_VERSION: Int32
-
Name for the A3 paper size.
Declaration
Swift
public let PAPER_NAME_A3: String
-
Name for the A4 paper size.
Declaration
Swift
public let PAPER_NAME_A4: String
-
Name for the A5 paper size.
Declaration
Swift
public let PAPER_NAME_A5: String
-
Name for the B5 paper size.
Declaration
Swift
public let PAPER_NAME_B5: String
-
Name for the Executive paper size.
Declaration
Swift
public let PAPER_NAME_EXECUTIVE: String
-
Name for the Legal paper size.
Declaration
Swift
public let PAPER_NAME_LEGAL: String
-
Name for the Letter paper size.
Declaration
Swift
public let PAPER_NAME_LETTER: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_COLLATE: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_DEFAULT_SOURCE: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_DITHER: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_DUPLEX: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_FINISHINGS: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_MEDIA_TYPE: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_NUMBER_UP: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_NUMBER_UP_LAYOUT: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_N_COPIES: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_ORIENTATION: String
-
The key used by the “Print to file” printer to store the file name of the output without the path to the directory and the file extension.
Declaration
Swift
public let PRINT_SETTINGS_OUTPUT_BASENAME: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_OUTPUT_BIN: String
-
The key used by the “Print to file” printer to store the directory to which the output should be written.
Declaration
Swift
public let PRINT_SETTINGS_OUTPUT_DIR: String
-
The key used by the “Print to file” printer to store the format of the output. The supported values are “PS” and “PDF”.
Declaration
Swift
public let PRINT_SETTINGS_OUTPUT_FILE_FORMAT: String
-
The key used by the “Print to file” printer to store the URI to which the output should be written. GTK itself supports only “file://” URIs.
Declaration
Swift
public let PRINT_SETTINGS_OUTPUT_URI: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_PAGE_RANGES: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_PAGE_SET: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_PAPER_FORMAT: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_PAPER_HEIGHT: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_PAPER_WIDTH: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_PRINTER: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_PRINTER_LPI: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_PRINT_PAGES: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_QUALITY: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_RESOLUTION: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_RESOLUTION_X: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_RESOLUTION_Y: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_REVERSE: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_SCALE: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_USE_COLOR: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_WIN32_DRIVER_EXTRA: String
-
Undocumented
Declaration
Swift
public let PRINT_SETTINGS_WIN32_DRIVER_VERSION: String
-
Use this priority for functionality related to size allocation.
It is used internally by GTK+ to compute the sizes of widgets. This priority is higher than
GDK_PRIORITY_REDRAW
to avoid resizing a widget which was just redrawn.Declaration
Swift
public let PRIORITY_RESIZE: Int
-
A priority that can be used when adding a
GtkStyleProvider
for application-specific style information.Declaration
Swift
public let STYLE_PROVIDER_PRIORITY_APPLICATION: Int32
-
The priority used for default style information that is used in the absence of themes.
Note that this is not very useful for providing default styling for custom style classes - themes are likely to override styling provided at this priority with catch-all
* {...}
rules.Declaration
Swift
public let STYLE_PROVIDER_PRIORITY_FALLBACK: Int32
-
The priority used for style information provided via
GtkSettings
.This priority is higher than
GTK_STYLE_PROVIDER_PRIORITY_THEME
to let settings override themes.Declaration
Swift
public let STYLE_PROVIDER_PRIORITY_SETTINGS: Int32
-
The priority used for style information provided by themes.
Declaration
Swift
public let STYLE_PROVIDER_PRIORITY_THEME: Int32
-
The priority used for the style information from
$XDG_CONFIG_HOME/gtk-4.0/gtk.css
.You should not use priorities higher than this, to give the user the last word.
Declaration
Swift
public let STYLE_PROVIDER_PRIORITY_USER: Int32
-
The priority at which the text view validates onscreen lines in an idle job in the background.
Declaration
Swift
public let TEXT_VIEW_PRIORITY_VALIDATE: Int
-
Uses the default sort function in a [iface
Gtk.TreeSortable
].See also: [method
Gtk.TreeSortable.set_sort_column_id
]Declaration
Swift
public let TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID: Int32
-
Disables sorting in a [iface
Gtk.TreeSortable
].See also: [method
Gtk.TreeSortable.set_sort_column_id
]Declaration
Swift
public let TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID: Int32