Global Variables

The following global variables are available globally.

  • 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
  • Constant to return from a signal handler for the GtkSpinButton::input signal in case of conversion failure.

    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 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
  • The maximum length of sequences in compose tables.

    Declaration

    Swift

    public let MAX_COMPOSE_LEN: Int32
  • 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 PATH_PRIO_MASK: Int32
  • 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 CSS class to match an accelerator.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_ACCELERATOR: String
  • A CSS class used when rendering an arrow element.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_ARROW: String
  • A CSS class to match the window background.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_BACKGROUND: String
  • A CSS class to indicate an area at the bottom of a widget.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_BOTTOM: String
  • A CSS class to match buttons.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_BUTTON: String
  • A CSS class to match calendars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_CALENDAR: String
  • A CSS class to match content rendered in cell views.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_CELL: String
  • A CSS class to match check boxes.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_CHECK: String
  • A CSS class to match combobox entries.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_COMBOBOX_ENTRY: String
  • A CSS class to match context menus.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_CONTEXT_MENU: String
  • A CSS class that gets added to windows which have client-side decorations.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_CSD: String
  • A CSS class used when rendering a drag handle for text selection.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_CURSOR_HANDLE: String
  • A CSS class to match the default widget.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_DEFAULT: String
  • A CSS class used when an action (usually a button) is one that is expected to remove or destroy something visible to the user.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_DESTRUCTIVE_ACTION: String
  • A CSS class to match dimmed labels.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_DIM_LABEL: String
  • A CSS class for a drag-and-drop indicator.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_DND: String
  • A CSS class defining a dock area.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_DOCK: String
  • A CSS class to match text entries.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_ENTRY: String
  • A CSS class for an area displaying an error message, such as those in infobars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_ERROR: String
  • A CSS class defining an expander, such as those in treeviews.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_EXPANDER: String
  • A CSS class that is added when widgets that usually have a frame or border (like buttons or entries) should appear without it.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_FLAT: String
  • A CSS class defining a frame delimiting content, such as GtkFrame or the scrolled window frame around the scrollable area.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_FRAME: String
  • A CSS class defining a resize grip.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_GRIP: String
  • A CSS class to match a header element.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_HEADER: String
  • A CSS class defining a highlighted area, such as headings in assistants and calendars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_HIGHLIGHT: String
  • A CSS class for horizontally layered widgets.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_HORIZONTAL: String
  • A CSS class defining an image, such as the icon in an entry.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_IMAGE: String
  • A CSS class for an area displaying an informational message, such as those in infobars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_INFO: String
  • A CSS class to match inline toolbars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_INLINE_TOOLBAR: String
  • A CSS class used when rendering a drag handle for the insertion cursor position.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_INSERTION_CURSOR: String
  • A CSS class to match labels.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_LABEL: String
  • A CSS class to indicate an area at the left of a widget.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_LEFT: String
  • A CSS class used when rendering a level indicator, such as a battery charge level, or a password strength.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_LEVEL_BAR: String
  • A CSS class to match a linked area, such as a box containing buttons belonging to the same control.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_LINKED: String
  • A CSS class to match lists.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_LIST: String
  • A CSS class to match list rows.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_LIST_ROW: String
  • A CSS class defining marks in a widget, such as in scales.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_MARK: String
  • A CSS class to match menus.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_MENU: String
  • A CSS class to menubars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_MENUBAR: String
  • A CSS class to match menu items.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_MENUITEM: String
  • A CSS class that is added to message dialogs.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_MESSAGE_DIALOG: String
  • A CSS class that is added to text view that should use a monospace font.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_MONOSPACE: String
  • A CSS class used when an element needs the user attention, for instance a button in a stack switcher corresponding to a hidden page that changed state.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_NEEDS_ATTENTION: String
  • A CSS class defining a notebook.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_NOTEBOOK: String
  • A CSS class used when rendering an OSD (On Screen Display) element, on top of another container.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_OSD: String
  • A CSS class that is added on the visual hints that happen when scrolling is attempted past the limits of a scrollable area.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_OVERSHOOT: String
  • A CSS class for a pane separator, such as those in GtkPaned.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_PANE_SEPARATOR: String
  • A CSS class that is added to areas that should look like paper.

    This is used in print previews and themes are encouraged to style it as black text on white background.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_PAPER: String
  • A CSS class that matches popovers.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_POPOVER: String
  • A CSS class that is added to the toplevel windows used for menus.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_POPUP: String
  • A CSS class to match primary toolbars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_PRIMARY_TOOLBAR: String
  • A CSS class to use when rendering activity as a progressbar.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_PROGRESSBAR: String
  • A CSS class to use when rendering a pulse in an indeterminate progress bar.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_PULSE: String
  • A CSS class for an area displaying a question to the user, such as those in infobars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_QUESTION: String
  • A CSS class to match radio buttons.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_RADIO: String
  • A CSS class to match a raised control, such as a raised button on a toolbar.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_RAISED: String
  • A CSS class used to indicate a read-only state.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_READ_ONLY: String
  • A CSS class to indicate an area at the right of a widget.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_RIGHT: String
  • A CSS class to match the rubberband selection rectangle.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_RUBBERBAND: String
  • A CSS class to match scale widgets.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SCALE: String
  • A CSS class to match scale widgets with marks attached, all the marks are above for horizontal GtkScale. left for vertical GtkScale.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SCALE_HAS_MARKS_ABOVE: String
  • A CSS class to match scale widgets with marks attached, all the marks are below for horizontal GtkScale, right for vertical GtkScale.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SCALE_HAS_MARKS_BELOW: String
  • A CSS class to match scrollbars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SCROLLBAR: String
  • A CSS class to match the junction area between an horizontal and vertical scrollbar, when they’re both shown.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SCROLLBARS_JUNCTION: String
  • A CSS class for a separator.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SEPARATOR: String
  • A CSS class defining a sidebar, such as the left side in a file chooser.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SIDEBAR: String
  • A CSS class to match sliders.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SLIDER: String
  • A CSS class defining an spinbutton.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SPINBUTTON: String
  • A CSS class to use when rendering activity as a “spinner”.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SPINNER: String
  • A CSS class to match statusbars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_STATUSBAR: String
  • A CSS class used for the subtitle label in a titlebar in a toplevel window.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SUBTITLE: String
  • A CSS class used when an action (usually a button) is the primary suggested action in a specific context.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_SUGGESTED_ACTION: String
  • A CSS class used for the title label in a titlebar in a toplevel window.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_TITLE: String
  • A CSS class used when rendering a titlebar in a toplevel window.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_TITLEBAR: String
  • A CSS class to match toolbars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_TOOLBAR: String
  • A CSS class to match tooltip windows.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_TOOLTIP: String
  • A CSS class to indicate an area at the top of a widget.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_TOP: String
  • A CSS class for touch selection popups on entries and text views.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_TOUCH_SELECTION: String
  • A CSS class to match troughs, as in scrollbars and progressbars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_TROUGH: String
  • A CSS class that is added on the visual hints that happen where content is ‘scrolled off’ and can be made visible by scrolling.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_UNDERSHOOT: String
  • A CSS class for vertically layered widgets.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_VERTICAL: String
  • A CSS class defining a view, such as iconviews or treeviews.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_VIEW: String
  • A CSS class for an area displaying a warning message, such as those in infobars.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_WARNING: String
  • A CSS class to indicate that a UI element should be ‘wide’. Used by GtkPaned.

    Refer to individual widget documentation for used style classes.

    Declaration

    Swift

    public let STYLE_CLASS_WIDE: String
  • A property holding the background color of rendered elements as a GdkRGBA.

    Declaration

    Swift

    public let STYLE_PROPERTY_BACKGROUND_COLOR: String
  • A property holding the element’s background as a cairo_pattern_t.

    Declaration

    Swift

    public let STYLE_PROPERTY_BACKGROUND_IMAGE: String
  • A property holding the element’s border color as a GdkRGBA.

    Declaration

    Swift

    public let STYLE_PROPERTY_BORDER_COLOR: String
  • A property holding the rendered element’s border radius in pixels as a gint.

    Declaration

    Swift

    public let STYLE_PROPERTY_BORDER_RADIUS: String
  • A property holding the element’s border style as a GtkBorderStyle.

    Declaration

    Swift

    public let STYLE_PROPERTY_BORDER_STYLE: String
  • A property holding the rendered element’s border width in pixels as a GtkBorder. The border is the intermediary spacing property of the padding/border/margin series.

    gtk_render_frame() uses this property to find out the frame line width, so GtkWidgets rendering frames may need to add up this padding when requesting size

    Declaration

    Swift

    public let STYLE_PROPERTY_BORDER_WIDTH: String
  • A property holding the foreground color of rendered elements as a GdkRGBA.

    Declaration

    Swift

    public let STYLE_PROPERTY_COLOR: String
  • A property holding the font properties used when rendering text as a PangoFontDescription.

    Declaration

    Swift

    public let STYLE_PROPERTY_FONT: String
  • A property holding the rendered element’s margin as a GtkBorder. The margin is defined as the spacing between the border of the element and its surrounding elements. It is external to GtkWidget‘s size allocations, and the most external spacing property of the padding/border/margin series.

    Declaration

    Swift

    public let STYLE_PROPERTY_MARGIN: String
  • A property holding the rendered element’s padding as a GtkBorder. The padding is defined as the spacing between the inner part of the element border and its child. It’s the innermost spacing property of the padding/border/margin series.

    Declaration

    Swift

    public let STYLE_PROPERTY_PADDING: String
  • 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-3.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
  • A widget region name to define a treeview column.

    STYLE_REGION_COLUMN is deprecated: Don’t use regions.

    Declaration

    Swift

    public let STYLE_REGION_COLUMN: String
  • A widget region name to define a treeview column header.

    STYLE_REGION_COLUMN_HEADER is deprecated: Don’t use regions.

    Declaration

    Swift

    public let STYLE_REGION_COLUMN_HEADER: String
  • A widget region name to define a treeview row.

    STYLE_REGION_ROW is deprecated: Don’t use regions.

    Declaration

    Swift

    public let STYLE_REGION_ROW: String
  • A widget region name to define a notebook tab.

    STYLE_REGION_TAB is deprecated: Don’t use regions.

    Declaration

    Swift

    public let STYLE_REGION_TAB: String
  • 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
  • The GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID can be used to make a GtkTreeSortable use the default sort function.

    See also gtk_tree_sortable_set_sort_column_id()

    Declaration

    Swift

    public let TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID: Int32
  • The GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID can be used to make a GtkTreeSortable use no sorting.

    See also gtk_tree_sortable_set_sort_column_id()

    Declaration

    Swift

    public let TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID: Int32