gi-gtk-3.0.36: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Constants

Description

 
Synopsis

Documentation

pattern TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID :: Int32 Source #

The GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID can be used to make a TreeSortable use no sorting.

See also treeSortableSetSortColumnId

pattern TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID :: Int32 Source #

The GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID can be used to make a TreeSortable use the default sort function.

See also treeSortableSetSortColumnId

pattern TEXT_VIEW_PRIORITY_VALIDATE :: Int32 Source #

The priority at which the text view validates onscreen lines in an idle job in the background.

pattern STYLE_REGION_TAB :: Text Source #

Deprecated: (Since version 3.20)Don't use regions.

A widget region name to define a notebook tab.

pattern STYLE_REGION_ROW :: Text Source #

Deprecated: (Since version 3.20)Don't use regions.

A widget region name to define a treeview row.

pattern STYLE_REGION_COLUMN_HEADER :: Text Source #

Deprecated: (Since version 3.20)Don't use regions.

A widget region name to define a treeview column header.

pattern STYLE_REGION_COLUMN :: Text Source #

Deprecated: (Since version 3.20)Don't use regions.

A widget region name to define a treeview column.

pattern STYLE_PROVIDER_PRIORITY_USER :: Int32 Source #

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.

pattern STYLE_PROVIDER_PRIORITY_THEME :: Int32 Source #

The priority used for style information provided by themes.

pattern STYLE_PROVIDER_PRIORITY_SETTINGS :: Int32 Source #

The priority used for style information provided via Settings.

This priority is higher than STYLE_PROVIDER_PRIORITY_THEME to let settings override themes.

pattern STYLE_PROVIDER_PRIORITY_FALLBACK :: Int32 Source #

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.

pattern STYLE_PROVIDER_PRIORITY_APPLICATION :: Int32 Source #

A priority that can be used when adding a StyleProvider for application-specific style information.

pattern STYLE_PROPERTY_PADDING :: Text Source #

A property holding the rendered element’s padding as a Border. 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.

pattern STYLE_PROPERTY_MARGIN :: Text Source #

A property holding the rendered element’s margin as a Border. The margin is defined as the spacing between the border of the element and its surrounding elements. It is external to Widget's size allocations, and the most external spacing property of the padding/border/margin series.

pattern STYLE_PROPERTY_FONT :: Text Source #

A property holding the font properties used when rendering text as a FontDescription.

pattern STYLE_PROPERTY_COLOR :: Text Source #

A property holding the foreground color of rendered elements as a RGBA.

pattern STYLE_PROPERTY_BORDER_WIDTH :: Text Source #

A property holding the rendered element’s border width in pixels as a Border. The border is the intermediary spacing property of the padding/border/margin series.

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

pattern STYLE_PROPERTY_BORDER_STYLE :: Text Source #

A property holding the element’s border style as a BorderStyle.

pattern STYLE_PROPERTY_BORDER_RADIUS :: Text Source #

A property holding the rendered element’s border radius in pixels as a gint.

pattern STYLE_PROPERTY_BORDER_COLOR :: Text Source #

A property holding the element’s border color as a RGBA.

pattern STYLE_PROPERTY_BACKGROUND_IMAGE :: Text Source #

A property holding the element’s background as a Pattern.

pattern STYLE_PROPERTY_BACKGROUND_COLOR :: Text Source #

A property holding the background color of rendered elements as a RGBA.

pattern STYLE_CLASS_WIDE :: Text Source #

A CSS class to indicate that a UI element should be 'wide'. Used by Paned.

Refer to individual widget documentation for used style classes.

Since: 3.16

pattern STYLE_CLASS_WARNING :: Text Source #

A CSS class for an area displaying a warning message, such as those in infobars.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_VIEW :: Text Source #

A CSS class defining a view, such as iconviews or treeviews.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_VERTICAL :: Text Source #

A CSS class for vertically layered widgets.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_UNDERSHOOT :: Text Source #

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.

Since: 3.16

pattern STYLE_CLASS_TROUGH :: Text Source #

A CSS class to match troughs, as in scrollbars and progressbars.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_TOUCH_SELECTION :: Text Source #

A CSS class for touch selection popups on entries and text views.

Refer to individual widget documentation for used style classes.

Since: 3.16

pattern STYLE_CLASS_TOP :: Text Source #

A CSS class to indicate an area at the top of a widget.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_TOOLTIP :: Text Source #

A CSS class to match tooltip windows.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_TOOLBAR :: Text Source #

A CSS class to match toolbars.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_TITLEBAR :: Text Source #

A CSS class used when rendering a titlebar in a toplevel window.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_TITLE :: Text Source #

A CSS class used for the title label in a titlebar in a toplevel window.

Refer to individual widget documentation for used style classes.

Since: 3.14

pattern STYLE_CLASS_SUGGESTED_ACTION :: Text Source #

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.

Since: 3.12

pattern STYLE_CLASS_SUBTITLE :: Text Source #

A CSS class used for the subtitle label in a titlebar in a toplevel window.

Refer to individual widget documentation for used style classes.

Since: 3.14

pattern STYLE_CLASS_STATUSBAR :: Text Source #

A CSS class to match statusbars.

Refer to individual widget documentation for used style classes.

Since: 3.16

pattern STYLE_CLASS_SPINNER :: Text Source #

A CSS class to use when rendering activity as a “spinner”.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_SPINBUTTON :: Text Source #

A CSS class defining an spinbutton.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_SLIDER :: Text Source #

A CSS class to match sliders.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_SIDEBAR :: Text Source #

A CSS class defining a sidebar, such as the left side in a file chooser.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_SEPARATOR :: Text Source #

A CSS class for a separator.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_SCROLLBARS_JUNCTION :: Text Source #

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.

pattern STYLE_CLASS_SCROLLBAR :: Text Source #

A CSS class to match scrollbars.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_SCALE_HAS_MARKS_BELOW :: Text Source #

A CSS class to match scale widgets with marks attached, all the marks are below for horizontal Scale, right for vertical Scale.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_SCALE_HAS_MARKS_ABOVE :: Text Source #

A CSS class to match scale widgets with marks attached, all the marks are above for horizontal Scale. left for vertical Scale.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_SCALE :: Text Source #

A CSS class to match scale widgets.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_RUBBERBAND :: Text Source #

A CSS class to match the rubberband selection rectangle.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_RIGHT :: Text Source #

A CSS class to indicate an area at the right of a widget.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_READ_ONLY :: Text Source #

A CSS class used to indicate a read-only state.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_RAISED :: Text Source #

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.

pattern STYLE_CLASS_RADIO :: Text Source #

A CSS class to match radio buttons.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_QUESTION :: Text Source #

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.

pattern STYLE_CLASS_PULSE :: Text Source #

A CSS class to use when rendering a pulse in an indeterminate progress bar.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_PROGRESSBAR :: Text Source #

A CSS class to use when rendering activity as a progressbar.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_PRIMARY_TOOLBAR :: Text Source #

A CSS class to match primary toolbars.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_POPUP :: Text Source #

A CSS class that is added to the toplevel windows used for menus.

Refer to individual widget documentation for used style classes.

Since: 3.14

pattern STYLE_CLASS_POPOVER :: Text Source #

A CSS class that matches popovers.

Refer to individual widget documentation for used style classes.

Since: 3.14

pattern STYLE_CLASS_PAPER :: Text Source #

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.

Since: 3.16

pattern STYLE_CLASS_PANE_SEPARATOR :: Text Source #

A CSS class for a pane separator, such as those in Paned.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_OVERSHOOT :: Text Source #

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.

Since: 3.14

pattern STYLE_CLASS_OSD :: Text Source #

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.

pattern STYLE_CLASS_NOTEBOOK :: Text Source #

A CSS class defining a notebook.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_NEEDS_ATTENTION :: Text Source #

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.

Since: 3.12

pattern STYLE_CLASS_MONOSPACE :: Text Source #

A CSS class that is added to text view that should use a monospace font.

Refer to individual widget documentation for used style classes.

Since: 3.16

pattern STYLE_CLASS_MESSAGE_DIALOG :: Text Source #

A CSS class that is added to message dialogs.

Refer to individual widget documentation for used style classes.

Since: 3.14

pattern STYLE_CLASS_MENUITEM :: Text Source #

A CSS class to match menu items.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_MENUBAR :: Text Source #

A CSS class to menubars.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_MENU :: Text Source #

A CSS class to match menus.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_MARK :: Text Source #

A CSS class defining marks in a widget, such as in scales.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_LIST_ROW :: Text Source #

A CSS class to match list rows.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_LIST :: Text Source #

A CSS class to match lists.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_LINKED :: Text Source #

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.

pattern STYLE_CLASS_LEVEL_BAR :: Text Source #

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.

pattern STYLE_CLASS_LEFT :: Text Source #

A CSS class to indicate an area at the left of a widget.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_LABEL :: Text Source #

A CSS class to match labels.

Refer to individual widget documentation for used style classes.

Since: 3.16

pattern STYLE_CLASS_INSERTION_CURSOR :: Text Source #

A CSS class used when rendering a drag handle for the insertion cursor position.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_INLINE_TOOLBAR :: Text Source #

A CSS class to match inline toolbars.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_INFO :: Text Source #

A CSS class for an area displaying an informational message, such as those in infobars.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_IMAGE :: Text Source #

A CSS class defining an image, such as the icon in an entry.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_HORIZONTAL :: Text Source #

A CSS class for horizontally layered widgets.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_HIGHLIGHT :: Text Source #

A CSS class defining a highlighted area, such as headings in assistants and calendars.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_HEADER :: Text Source #

A CSS class to match a header element.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_GRIP :: Text Source #

A CSS class defining a resize grip.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_FRAME :: Text Source #

A CSS class defining a frame delimiting content, such as Frame or the scrolled window frame around the scrollable area.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_FLAT :: Text Source #

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.

Since: 3.14

pattern STYLE_CLASS_EXPANDER :: Text Source #

A CSS class defining an expander, such as those in treeviews.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_ERROR :: Text Source #

A CSS class for an area displaying an error message, such as those in infobars.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_ENTRY :: Text Source #

A CSS class to match text entries.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_DOCK :: Text Source #

A CSS class defining a dock area.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_DND :: Text Source #

A CSS class for a drag-and-drop indicator.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_DIM_LABEL :: Text Source #

A CSS class to match dimmed labels.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_DESTRUCTIVE_ACTION :: Text Source #

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.

Since: 3.12

pattern STYLE_CLASS_DEFAULT :: Text Source #

A CSS class to match the default widget.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_CURSOR_HANDLE :: Text Source #

A CSS class used when rendering a drag handle for text selection.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_CSD :: Text Source #

A CSS class that gets added to windows which have client-side decorations.

Refer to individual widget documentation for used style classes.

Since: 3.14

pattern STYLE_CLASS_CONTEXT_MENU :: Text Source #

A CSS class to match context menus.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_COMBOBOX_ENTRY :: Text Source #

A CSS class to match combobox entries.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_CHECK :: Text Source #

A CSS class to match check boxes.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_CELL :: Text Source #

A CSS class to match content rendered in cell views.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_CALENDAR :: Text Source #

A CSS class to match calendars.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_BUTTON :: Text Source #

A CSS class to match buttons.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_BOTTOM :: Text Source #

A CSS class to indicate an area at the bottom of a widget.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_BACKGROUND :: Text Source #

A CSS class to match the window background.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_ARROW :: Text Source #

A CSS class used when rendering an arrow element.

Refer to individual widget documentation for used style classes.

pattern STYLE_CLASS_ACCELERATOR :: Text Source #

A CSS class to match an accelerator.

Refer to individual widget documentation for used style classes.

pattern STOCK_ZOOM_OUT :: Text Source #

Deprecated: (Since version 3.10)Use named icon "zoom-out" or the label "Zoom _Out".

The “Zoom Out” item and icon.

pattern STOCK_ZOOM_IN :: Text Source #

Deprecated: (Since version 3.10)Use named icon "zoom-in" or the label "Zoom _In".

The “Zoom In” item and icon.

pattern STOCK_ZOOM_FIT :: Text Source #

Deprecated: (Since version 3.10)Use named icon "zoom-fit-best" or the label "Best _Fit".

The “Zoom to Fit” item and icon.

pattern STOCK_ZOOM_100 :: Text Source #

Deprecated: (Since version 3.10)Use named icon "zoom-original" or the label "_Normal Size".

The “Zoom 100%” item and icon.

pattern STOCK_YES :: Text Source #

Deprecated: (Since version 3.10)

The “Yes” item and icon.

pattern STOCK_UNINDENT :: Text Source #

Deprecated: (Since version 3.10)Use named icon "format-indent-less".

The “Unindent” item and icon. The icon has an RTL variant.

Since: 2.4

pattern STOCK_UNDO :: Text Source #

Deprecated: (Since version 3.10)Use named icon "edit-undo" or the label "_Undo".

The “Undo” item and icon. The icon has an RTL variant.

pattern STOCK_UNDERLINE :: Text Source #

Deprecated: (Since version 3.10)Use named icon "format-text-underline" or the label "_Underline".

The “Underline” item and icon.

pattern STOCK_UNDELETE :: Text Source #

Deprecated: (Since version 3.10)

The “Undelete” item and icon. The icon has an RTL variant.

pattern STOCK_STRIKETHROUGH :: Text Source #

Deprecated: (Since version 3.10)Use named icon "format-text-strikethrough" or the label "_Strikethrough".

The “Strikethrough” item and icon.

pattern STOCK_STOP :: Text Source #

Deprecated: (Since version 3.10)Use named icon "process-stop" or the label "_Stop".

The “Stop” item and icon.

pattern STOCK_SPELL_CHECK :: Text Source #

Deprecated: (Since version 3.10)Use named icon "tools-check-spelling".

The “Spell Check” item and icon.

pattern STOCK_SORT_DESCENDING :: Text Source #

Deprecated: (Since version 3.10)Use named icon "view-sort-descending".

The “Descending” item and icon.

pattern STOCK_SORT_ASCENDING :: Text Source #

Deprecated: (Since version 3.10)Use named icon "view-sort-ascending".

The “Ascending” item and icon.

pattern STOCK_SELECT_FONT :: Text Source #

Deprecated: (Since version 3.10)

The “Font” item and icon.

pattern STOCK_SELECT_COLOR :: Text Source #

Deprecated: (Since version 3.10)

The “Color” item and icon.

pattern STOCK_SELECT_ALL :: Text Source #

Deprecated: (Since version 3.10)Use named icon "edit-select-all" or the label "Select _All".

The “Select All” item and icon.

Since: 2.10

pattern STOCK_SAVE_AS :: Text Source #

Deprecated: (Since version 3.10)Use named icon "document-save-as" or the label "Save _As".

The “Save As” item and icon.

pattern STOCK_SAVE :: Text Source #

Deprecated: (Since version 3.10)Use named icon "document-save" or the label "_Save".

The “Save” item and icon.

pattern STOCK_REVERT_TO_SAVED :: Text Source #

Deprecated: (Since version 3.10)Use named icon "document-revert" or the label "_Revert".

The “Revert” item and icon. The icon has an RTL variant.

pattern STOCK_REMOVE :: Text Source #

Deprecated: (Since version 3.10)Use named icon "list-remove" or the label "_Remove".

The “Remove” item and icon.

pattern STOCK_REFRESH :: Text Source #

Deprecated: (Since version 3.10)Use named icon "view-refresh" or the label "_Refresh".

The “Refresh” item and icon.

pattern STOCK_REDO :: Text Source #

Deprecated: (Since version 3.10)Use named icon "edit-redo" or the label "_Redo".

The “Redo” item and icon. The icon has an RTL variant.

pattern STOCK_QUIT :: Text Source #

Deprecated: (Since version 3.10)Use named icon "application-exit" or the label "_Quit".

The “Quit” item and icon.

pattern STOCK_PROPERTIES :: Text Source #

Deprecated: (Since version 3.10)Use named icon "document-properties" or the label "_Properties".

The “Properties” item and icon.

pattern STOCK_PRINT_WARNING :: Text Source #

Deprecated: (Since version 3.10)

The “Print Warning” icon.

Since: 2.14

pattern STOCK_PRINT_REPORT :: Text Source #

Deprecated: (Since version 3.10)

The “Print Report” icon.

Since: 2.14

pattern STOCK_PRINT_PREVIEW :: Text Source #

Deprecated: (Since version 3.10)Use label "Pre_view".

The “Print Preview” item and icon.

pattern STOCK_PRINT_PAUSED :: Text Source #

Deprecated: (Since version 3.10)

The “Print Paused” icon.

Since: 2.14

pattern STOCK_PRINT_ERROR :: Text Source #

Deprecated: (Since version 3.10)Use named icon "printer-error".

The “Print Error” icon.

Since: 2.14

pattern STOCK_PRINT :: Text Source #

Deprecated: (Since version 3.10)Use named icon "document-print" or the label "_Print".

The “Print” item and icon.

pattern STOCK_PREFERENCES :: Text Source #

Deprecated: (Since version 3.10)Use named icon "preferences-system" or the label "_Preferences".

The “Preferences” item and icon.

pattern STOCK_PASTE :: Text Source #

Deprecated: (Since version 3.10)Use named icon "edit-paste" or the label "_Paste".

The “Paste” item and icon.

pattern STOCK_PAGE_SETUP :: Text Source #

Deprecated: (Since version 3.10)Use named icon "document-page-setup" or the label "Page Set_up".

The “Page Setup” item and icon.

Since: 2.14

pattern STOCK_ORIENTATION_REVERSE_PORTRAIT :: Text Source #

Deprecated: (Since version 3.10)

The “Reverse Portrait Orientation” item and icon.

Since: 2.10

pattern STOCK_ORIENTATION_REVERSE_LANDSCAPE :: Text Source #

Deprecated: (Since version 3.10)

The “Reverse Landscape Orientation” item and icon.

Since: 2.10

pattern STOCK_ORIENTATION_PORTRAIT :: Text Source #

Deprecated: (Since version 3.10)

The “Portrait Orientation” item and icon.

Since: 2.10

pattern STOCK_ORIENTATION_LANDSCAPE :: Text Source #

Deprecated: (Since version 3.10)

The “Landscape Orientation” item and icon.

Since: 2.10

pattern STOCK_OPEN :: Text Source #

Deprecated: (Since version 3.10)Use named icon "document-open" or the label "_Open".

The “Open” item and icon.

pattern STOCK_OK :: Text Source #

Deprecated: (Since version 3.10)Do not use an icon. Use label "_OK".

The “OK” item and icon.

pattern STOCK_NO :: Text Source #

Deprecated: (Since version 3.10)

The “No” item and icon.

pattern STOCK_NEW :: Text Source #

Deprecated: (Since version 3.10)Use named icon "document-new" or the label "_New".

The “New” item and icon.

pattern STOCK_NETWORK :: Text Source #

Deprecated: (Since version 3.10)Use named icon "network-workgroup".

The “Network” item and icon.

Since: 2.4

pattern STOCK_MISSING_IMAGE :: Text Source #

Deprecated: (Since version 3.10)Use named icon "image-missing".

The “Missing image” icon.

pattern STOCK_MEDIA_STOP :: Text Source #

Deprecated: (Since version 3.10)Use named icon "media-playback-stop" or the label "_Stop".

The “Media Stop” item and icon.

Since: 2.6

pattern STOCK_MEDIA_REWIND :: Text Source #

Deprecated: (Since version 3.10)Use named icon "media-seek-backward" or the label "R_ewind".

The “Media Rewind” item and icon. The icon has an RTL variant.

Since: 2.6

pattern STOCK_MEDIA_RECORD :: Text Source #

Deprecated: (Since version 3.10)Use named icon "media-record" or the label "_Record".

The “Media Record” item and icon.

Since: 2.6

pattern STOCK_MEDIA_PREVIOUS :: Text Source #

Deprecated: (Since version 3.10)Use named icon "media-skip-backward" or the label "Pre_vious".

The “Media Previous” item and icon. The icon has an RTL variant.

Since: 2.6

pattern STOCK_MEDIA_PLAY :: Text Source #

Deprecated: (Since version 3.10)Use named icon "media-playback-start" or the label "_Play".

The “Media Play” item and icon. The icon has an RTL variant.

Since: 2.6

pattern STOCK_MEDIA_PAUSE :: Text Source #

Deprecated: (Since version 3.10)Use named icon "media-playback-pause" or the label "P_ause".

The “Media Pause” item and icon.

Since: 2.6

pattern STOCK_MEDIA_NEXT :: Text Source #

Deprecated: (Since version 3.10)Use named icon "media-skip-forward" or the label "_Next".

The “Media Next” item and icon. The icon has an RTL variant.

Since: 2.6

pattern STOCK_MEDIA_FORWARD :: Text Source #

Deprecated: (Since version 3.10)Use named icon "media-seek-forward" or the label "_Forward".

The “Media Forward” item and icon. The icon has an RTL variant.

Since: 2.6

pattern STOCK_LEAVE_FULLSCREEN :: Text Source #

Deprecated: (Since version 3.10)Use named icon "view-restore".

The “Leave Fullscreen” item and icon.

Since: 2.8

pattern STOCK_JUSTIFY_RIGHT :: Text Source #

Deprecated: (Since version 3.10)Use named icon "format-justify-right".

The “Right” item and icon.

pattern STOCK_JUSTIFY_LEFT :: Text Source #

Deprecated: (Since version 3.10)Use named icon "format-justify-left".

The “Left” item and icon.

pattern STOCK_JUSTIFY_FILL :: Text Source #

Deprecated: (Since version 3.10)Use named icon "format-justify-fill".

The “Fill” item and icon.

pattern STOCK_JUSTIFY_CENTER :: Text Source #

Deprecated: (Since version 3.10)Use named icon "format-justify-center".

The “Center” item and icon.

pattern STOCK_JUMP_TO :: Text Source #

Deprecated: (Since version 3.10)Use named icon "go-jump".

The “Jump to” item and icon. The icon has an RTL variant.

pattern STOCK_ITALIC :: Text Source #

Deprecated: (Since version 3.10)Use named icon "format-text-italic".

The “Italic” item and icon.

pattern STOCK_INFO :: Text Source #

Deprecated: (Since version 3.10)Use named icon "dialog-information".

The “Info” item and icon.

Since: 2.8

pattern STOCK_INDEX :: Text Source #

Deprecated: (Since version 3.10)

The “Index” item and icon.

pattern STOCK_INDENT :: Text Source #

Deprecated: (Since version 3.10)Use named icon "format-indent-more".

The “Indent” item and icon. The icon has an RTL variant.

Since: 2.4

pattern STOCK_HOME :: Text Source #

Deprecated: (Since version 3.10)Use named icon "go-home".

The “Home” item and icon.

pattern STOCK_HELP :: Text Source #

Deprecated: (Since version 3.10)Use named icon "help-browser".

The “Help” item and icon.

pattern STOCK_HARDDISK :: Text Source #

Deprecated: (Since version 3.10)Use named icon "drive-harddisk".

The “Harddisk” item and icon.

Since: 2.4

pattern STOCK_GO_UP :: Text Source #

Deprecated: (Since version 3.10)Use named icon "go-up".

The “Up” item and icon.

pattern STOCK_GO_FORWARD :: Text Source #

Deprecated: (Since version 3.10)Use named icon "go-next".

The “Forward” item and icon. The icon has an RTL variant.

pattern STOCK_GO_DOWN :: Text Source #

Deprecated: (Since version 3.10)Use named icon "go-down".

The “Down” item and icon.

pattern STOCK_GO_BACK :: Text Source #

Deprecated: (Since version 3.10)Use named icon "go-previous".

The “Back” item and icon. The icon has an RTL variant.

pattern STOCK_GOTO_TOP :: Text Source #

Deprecated: (Since version 3.10)Use named icon "go-top".

The “Top” item and icon.

pattern STOCK_GOTO_LAST :: Text Source #

Deprecated: (Since version 3.10)Use named icon "go-last".

The “Last” item and icon. The icon has an RTL variant.

pattern STOCK_GOTO_FIRST :: Text Source #

Deprecated: (Since version 3.10)Use named icon "go-first".

The “First” item and icon. The icon has an RTL variant.

pattern STOCK_GOTO_BOTTOM :: Text Source #

Deprecated: (Since version 3.10)Use named icon "go-bottom".

The “Bottom” item and icon.

pattern STOCK_FULLSCREEN :: Text Source #

Deprecated: (Since version 3.10)Use named icon "view-fullscreen".

The “Fullscreen” item and icon.

Since: 2.8

pattern STOCK_FLOPPY :: Text Source #

Deprecated: (Since version 3.10)

The “Floppy” item and icon.

pattern STOCK_FIND_AND_REPLACE :: Text Source #

Deprecated: (Since version 3.10)Use named icon "edit-find-replace".

The “Find and Replace” item and icon.

pattern STOCK_FIND :: Text Source #

Deprecated: (Since version 3.10)Use named icon "edit-find".

The “Find” item and icon.

pattern STOCK_FILE :: Text Source #

Deprecated: (Since version 3.10)Use named icon "text-x-generic".

The “File” item and icon.

Since 3.0, this item has a label, before it only had an icon.

Since: 2.6

pattern STOCK_EXECUTE :: Text Source #

Deprecated: (Since version 3.10)Use named icon "system-run".

The “Execute” item and icon.

pattern STOCK_EDIT :: Text Source #

Deprecated: (Since version 3.10)

The “Edit” item and icon.

Since: 2.6

pattern STOCK_DND_MULTIPLE :: Text Source #

Deprecated: (Since version 3.10)

The “Drag-And-Drop multiple” icon.

pattern STOCK_DND :: Text Source #

Deprecated: (Since version 3.10)

The “Drag-And-Drop” icon.

pattern STOCK_DISCONNECT :: Text Source #

Deprecated: (Since version 3.10)

The “Disconnect” icon.

Since: 2.6

pattern STOCK_DISCARD :: Text Source #

Deprecated: (Since version 3.10)

The “Discard” item.

Since: 2.12

pattern STOCK_DIRECTORY :: Text Source #

Deprecated: (Since version 3.10)Use named icon "folder".

The “Directory” icon.

Since: 2.6

pattern STOCK_DIALOG_WARNING :: Text Source #

Deprecated: (Since version 3.10)Use named icon "dialog-warning".

The “Warning” item and icon.

pattern STOCK_DIALOG_QUESTION :: Text Source #

Deprecated: (Since version 3.10)Use named icon "dialog-question".

The “Question” item and icon.

pattern STOCK_DIALOG_INFO :: Text Source #

Deprecated: (Since version 3.10)Use named icon "dialog-information".

The “Information” item and icon.

pattern STOCK_DIALOG_ERROR :: Text Source #

Deprecated: (Since version 3.10)Use named icon "dialog-error".

The “Error” item and icon.

pattern STOCK_DIALOG_AUTHENTICATION :: Text Source #

Deprecated: (Since version 3.10)Use named icon "dialog-password".

The “Authentication” item and icon.

Since: 2.4

pattern STOCK_DELETE :: Text Source #

Deprecated: (Since version 3.10)Use the named icon "edit-delete" or the label "_Delete".

The “Delete” item and icon.

pattern STOCK_CUT :: Text Source #

Deprecated: (Since version 3.10)Use the named icon "edit-cut" or the label "Cu_t".

The “Cut” item and icon.

pattern STOCK_COPY :: Text Source #

Deprecated: (Since version 3.10)Use the named icon "edit-copy" or the label "_Copy".

The “Copy” item and icon.

pattern STOCK_CONVERT :: Text Source #

Deprecated: (Since version 3.10)

The “Convert” item and icon.

pattern STOCK_CONNECT :: Text Source #

Deprecated: (Since version 3.10)

The “Connect” icon.

Since: 2.6

pattern STOCK_COLOR_PICKER :: Text Source #

Deprecated: (Since version 3.10)

The “Color Picker” item and icon.

Since: 2.2

pattern STOCK_CLOSE :: Text Source #

Deprecated: (Since version 3.10)Use named icon "window-close" or the label "_Close".

The “Close” item and icon.

pattern STOCK_CLEAR :: Text Source #

Deprecated: (Since version 3.10)Use named icon "edit-clear".

The “Clear” item and icon.

pattern STOCK_CDROM :: Text Source #

Deprecated: (Since version 3.10)Use named icon "media-optical".

The “CD-Rom” item and icon.

pattern STOCK_CAPS_LOCK_WARNING :: Text Source #

Deprecated: (Since version 3.10)Use named icon "dialog-warning-symbolic".

The “Caps Lock Warning” icon.

Since: 2.16

pattern STOCK_CANCEL :: Text Source #

Deprecated: (Since version 3.10)Do not use an icon. Use label "_Cancel".

The “Cancel” item and icon.

pattern STOCK_BOLD :: Text Source #

Deprecated: (Since version 3.10)Use named icon "format-text-bold".

The “Bold” item and icon.

pattern STOCK_APPLY :: Text Source #

Deprecated: (Since version 3.10)Do not use an icon. Use label "_Apply".

The “Apply” item and icon.

pattern STOCK_ADD :: Text Source #

Deprecated: (Since version 3.10)Use named icon "list-add" or the label "_Add".

The “Add” item and icon.

pattern STOCK_ABOUT :: Text Source #

Deprecated: (Since version 3.10)Use named icon "help-about" or the label "_About".

The “About” item.

Since: 2.6

pattern PRIORITY_RESIZE :: Int32 Source #

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 PRIORITY_REDRAW to avoid resizing a widget which was just redrawn.

pattern PRINT_SETTINGS_WIN32_DRIVER_VERSION :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_WIN32_DRIVER_EXTRA :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_USE_COLOR :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_SCALE :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_REVERSE :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_RESOLUTION_Y :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_RESOLUTION_X :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_RESOLUTION :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_QUALITY :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_PRINT_PAGES :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_PRINTER_LPI :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_PRINTER :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_PAPER_WIDTH :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_PAPER_HEIGHT :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_PAPER_FORMAT :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_PAGE_SET :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_PAGE_RANGES :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_OUTPUT_URI :: Text Source #

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.

pattern PRINT_SETTINGS_OUTPUT_FILE_FORMAT :: Text Source #

The key used by the “Print to file” printer to store the format of the output. The supported values are “PS” and “PDF”.

pattern PRINT_SETTINGS_OUTPUT_DIR :: Text Source #

The key used by the “Print to file” printer to store the directory to which the output should be written.

Since: 3.6

pattern PRINT_SETTINGS_OUTPUT_BIN :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_OUTPUT_BASENAME :: Text Source #

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.

Since: 3.6

pattern PRINT_SETTINGS_ORIENTATION :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_N_COPIES :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_NUMBER_UP_LAYOUT :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_NUMBER_UP :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_MEDIA_TYPE :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_FINISHINGS :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_DUPLEX :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_DITHER :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_DEFAULT_SOURCE :: Text Source #

No description available in the introspection data.

pattern PRINT_SETTINGS_COLLATE :: Text Source #

No description available in the introspection data.

pattern PATH_PRIO_MASK :: Int32 Source #

No description available in the introspection data.

pattern PAPER_NAME_LETTER :: Text Source #

Name for the Letter paper size.

pattern PAPER_NAME_LEGAL :: Text Source #

Name for the Legal paper size.

pattern PAPER_NAME_EXECUTIVE :: Text Source #

Name for the Executive paper size.

pattern PAPER_NAME_B5 :: Text Source #

Name for the B5 paper size.

pattern PAPER_NAME_A5 :: Text Source #

Name for the A5 paper size.

pattern PAPER_NAME_A4 :: Text Source #

Name for the A4 paper size.

pattern PAPER_NAME_A3 :: Text Source #

Name for the A3 paper size.

pattern MINOR_VERSION :: Int32 Source #

Like getMinorVersion, but from the headers used at application compile time, rather than from the library linked against at application run time.

pattern MICRO_VERSION :: Int32 Source #

Like getMicroVersion, but from the headers used at application compile time, rather than from the library linked against at application run time.

pattern MAX_COMPOSE_LEN :: Int32 Source #

The maximum length of sequences in compose tables.

pattern MAJOR_VERSION :: Int32 Source #

Like getMajorVersion, but from the headers used at application compile time, rather than from the library linked against at application run time.

pattern LEVEL_BAR_OFFSET_LOW :: Text Source #

The name used for the stock low offset included by LevelBar.

Since: 3.6

pattern LEVEL_BAR_OFFSET_HIGH :: Text Source #

The name used for the stock high offset included by LevelBar.

Since: 3.6

pattern LEVEL_BAR_OFFSET_FULL :: Text Source #

The name used for the stock full offset included by LevelBar.

Since: 3.20

pattern INTERFACE_AGE :: Int32 Source #

Like getInterfaceAge, but from the headers used at application compile time, rather than from the library linked against at application run time.

pattern INPUT_ERROR :: Int32 Source #

Constant to return from a signal handler for the input signal in case of conversion failure.

pattern BINARY_AGE :: Int32 Source #

Like getBinaryAge, but from the headers used at application compile time, rather than from the library linked against at application run time.