Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- pattern TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID :: Int32
- pattern TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID :: Int32
- pattern TEXT_VIEW_PRIORITY_VALIDATE :: Int32
- pattern STYLE_PROVIDER_PRIORITY_USER :: Int32
- pattern STYLE_PROVIDER_PRIORITY_THEME :: Int32
- pattern STYLE_PROVIDER_PRIORITY_SETTINGS :: Int32
- pattern STYLE_PROVIDER_PRIORITY_FALLBACK :: Int32
- pattern STYLE_PROVIDER_PRIORITY_APPLICATION :: Int32
- pattern PRIORITY_RESIZE :: Int32
- pattern PRINT_SETTINGS_WIN32_DRIVER_VERSION :: Text
- pattern PRINT_SETTINGS_WIN32_DRIVER_EXTRA :: Text
- pattern PRINT_SETTINGS_USE_COLOR :: Text
- pattern PRINT_SETTINGS_SCALE :: Text
- pattern PRINT_SETTINGS_REVERSE :: Text
- pattern PRINT_SETTINGS_RESOLUTION_Y :: Text
- pattern PRINT_SETTINGS_RESOLUTION_X :: Text
- pattern PRINT_SETTINGS_RESOLUTION :: Text
- pattern PRINT_SETTINGS_QUALITY :: Text
- pattern PRINT_SETTINGS_PRINT_PAGES :: Text
- pattern PRINT_SETTINGS_PRINTER_LPI :: Text
- pattern PRINT_SETTINGS_PRINTER :: Text
- pattern PRINT_SETTINGS_PAPER_WIDTH :: Text
- pattern PRINT_SETTINGS_PAPER_HEIGHT :: Text
- pattern PRINT_SETTINGS_PAPER_FORMAT :: Text
- pattern PRINT_SETTINGS_PAGE_SET :: Text
- pattern PRINT_SETTINGS_PAGE_RANGES :: Text
- pattern PRINT_SETTINGS_OUTPUT_URI :: Text
- pattern PRINT_SETTINGS_OUTPUT_FILE_FORMAT :: Text
- pattern PRINT_SETTINGS_OUTPUT_DIR :: Text
- pattern PRINT_SETTINGS_OUTPUT_BIN :: Text
- pattern PRINT_SETTINGS_OUTPUT_BASENAME :: Text
- pattern PRINT_SETTINGS_ORIENTATION :: Text
- pattern PRINT_SETTINGS_N_COPIES :: Text
- pattern PRINT_SETTINGS_NUMBER_UP_LAYOUT :: Text
- pattern PRINT_SETTINGS_NUMBER_UP :: Text
- pattern PRINT_SETTINGS_MEDIA_TYPE :: Text
- pattern PRINT_SETTINGS_FINISHINGS :: Text
- pattern PRINT_SETTINGS_DUPLEX :: Text
- pattern PRINT_SETTINGS_DITHER :: Text
- pattern PRINT_SETTINGS_DEFAULT_SOURCE :: Text
- pattern PRINT_SETTINGS_COLLATE :: Text
- pattern PAPER_NAME_LETTER :: Text
- pattern PAPER_NAME_LEGAL :: Text
- pattern PAPER_NAME_EXECUTIVE :: Text
- pattern PAPER_NAME_B5 :: Text
- pattern PAPER_NAME_A5 :: Text
- pattern PAPER_NAME_A4 :: Text
- pattern PAPER_NAME_A3 :: Text
- pattern MINOR_VERSION :: Int32
- pattern MICRO_VERSION :: Int32
- pattern MEDIA_FILE_EXTENSION_POINT_NAME :: Text
- pattern MAX_COMPOSE_LEN :: Int32
- pattern MAJOR_VERSION :: Int32
- pattern LEVEL_BAR_OFFSET_LOW :: Text
- pattern LEVEL_BAR_OFFSET_HIGH :: Text
- pattern LEVEL_BAR_OFFSET_FULL :: Text
- pattern INVALID_LIST_POSITION :: Word32
- pattern INTERFACE_AGE :: Int32
- pattern INPUT_ERROR :: Int32
- pattern IM_MODULE_EXTENSION_POINT_NAME :: Text
- pattern BINARY_AGE :: Int32
- pattern ACCESSIBLE_VALUE_UNDEFINED :: Int32
- pattern ACCESSIBLE_ATTRIBUTE_WEIGHT :: Text
- pattern ACCESSIBLE_ATTRIBUTE_VARIANT_UNICASE :: Text
- pattern ACCESSIBLE_ATTRIBUTE_VARIANT_TITLE_CAPS :: Text
- pattern ACCESSIBLE_ATTRIBUTE_VARIANT_SMALL_CAPS :: Text
- pattern ACCESSIBLE_ATTRIBUTE_VARIANT_PETITE_CAPS :: Text
- pattern ACCESSIBLE_ATTRIBUTE_VARIANT_ALL_SMALL_CAPS :: Text
- pattern ACCESSIBLE_ATTRIBUTE_VARIANT_ALL_PETITE_CAPS :: Text
- pattern ACCESSIBLE_ATTRIBUTE_VARIANT :: Text
- pattern ACCESSIBLE_ATTRIBUTE_UNDERLINE_SINGLE :: Text
- pattern ACCESSIBLE_ATTRIBUTE_UNDERLINE_NONE :: Text
- pattern ACCESSIBLE_ATTRIBUTE_UNDERLINE_ERROR :: Text
- pattern ACCESSIBLE_ATTRIBUTE_UNDERLINE_DOUBLE :: Text
- pattern ACCESSIBLE_ATTRIBUTE_UNDERLINE :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STYLE_OBLIQUE :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STYLE_NORMAL :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STYLE_ITALIC :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STYLE :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STRIKETHROUGH :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STRETCH_ULTRA_EXPANDED :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STRETCH_ULTRA_CONDENSED :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STRETCH_SEMI_EXPANDED :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STRETCH_SEMI_CONDENSED :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STRETCH_NORMAL :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STRETCH_EXTRA_EXPANDED :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STRETCH_EXTRA_CONDENSED :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STRETCH_EXPANDED :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STRETCH_CONDENSED :: Text
- pattern ACCESSIBLE_ATTRIBUTE_STRETCH :: Text
- pattern ACCESSIBLE_ATTRIBUTE_SIZE :: Text
- pattern ACCESSIBLE_ATTRIBUTE_OVERLINE_SINGLE :: Text
- pattern ACCESSIBLE_ATTRIBUTE_OVERLINE_NONE :: Text
- pattern ACCESSIBLE_ATTRIBUTE_OVERLINE :: Text
- pattern ACCESSIBLE_ATTRIBUTE_FOREGROUND :: Text
- pattern ACCESSIBLE_ATTRIBUTE_FAMILY :: Text
- pattern ACCESSIBLE_ATTRIBUTE_BACKGROUND :: Text
Documentation
pattern TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID :: Int32 Source #
Disables sorting in a TreeSortable
.
See also: treeSortableSetSortColumnId
pattern TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID :: Int32 Source #
Uses the default sort function in a TreeSortable
.
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_PROVIDER_PRIORITY_USER :: Int32 Source #
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.
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 GtkSettings
.
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 GtkStyleProvider
for application-specific style information.
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 #
The key used by the “Print to file” printer to store the 32-bit Windows driver version.
pattern PRINT_SETTINGS_WIN32_DRIVER_EXTRA :: Text Source #
The key used by the “Print to file” printer to store 32-bit Windows extra driver.
pattern PRINT_SETTINGS_USE_COLOR :: Text Source #
The key used by the “Print to file” printer to store whether to print with colors.
pattern PRINT_SETTINGS_SCALE :: Text Source #
The key used by the “Print to file” printer to store the scale.
pattern PRINT_SETTINGS_REVERSE :: Text Source #
The key used by the “Print to file” printer to store whether to reverse the order of the printed pages.
pattern PRINT_SETTINGS_RESOLUTION_Y :: Text Source #
The key used by the “Print to file” printer to store the vertical resolution in DPI.
pattern PRINT_SETTINGS_RESOLUTION_X :: Text Source #
The key used by the “Print to file” printer to store the horizontal resolution in DPI.
pattern PRINT_SETTINGS_RESOLUTION :: Text Source #
The key used by the “Print to file” printer to store the resolution in DPI.
pattern PRINT_SETTINGS_QUALITY :: Text Source #
The key used by the “Print to file” printer to store the printing quality.
pattern PRINT_SETTINGS_PRINT_PAGES :: Text Source #
The key used by the “Print to file” printer to store which pages to print.
pattern PRINT_SETTINGS_PRINTER_LPI :: Text Source #
The key used by the “Print to file” printer to store the resolution in lines per inch.
pattern PRINT_SETTINGS_PRINTER :: Text Source #
The key used by the “Print to file” printer to store the printer name.
pattern PRINT_SETTINGS_PAPER_WIDTH :: Text Source #
The key used by the “Print to file” printer to store the paper width.
pattern PRINT_SETTINGS_PAPER_HEIGHT :: Text Source #
The key used by the “Print to file” printer to store the page height.
pattern PRINT_SETTINGS_PAPER_FORMAT :: Text Source #
The key used by the “Print to file” printer to store the page format.
pattern PRINT_SETTINGS_PAGE_SET :: Text Source #
The key used by the “Print to file” printer to store the set of pages to print.
pattern PRINT_SETTINGS_PAGE_RANGES :: Text Source #
The key used by the “Print to file” printer to store the array of page ranges to print.
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.
pattern PRINT_SETTINGS_OUTPUT_BIN :: Text Source #
The key used by the “Print to file” printer to store the output bin.
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.
pattern PRINT_SETTINGS_ORIENTATION :: Text Source #
The key used by the “Print to file” printer to store the orientation.
pattern PRINT_SETTINGS_N_COPIES :: Text Source #
The key used by the “Print to file” printer to store the number of copies.
pattern PRINT_SETTINGS_NUMBER_UP_LAYOUT :: Text Source #
The key used by the “Print to file” printer to store the number of pages per sheet in number-up mode.
pattern PRINT_SETTINGS_NUMBER_UP :: Text Source #
The key used by the “Print to file” printer to store the number of pages per sheet.
pattern PRINT_SETTINGS_MEDIA_TYPE :: Text Source #
The key used by the “Print to file” printer to store the media type.
The set of media types is defined in PWG 5101.1-2002 PWG.
pattern PRINT_SETTINGS_FINISHINGS :: Text Source #
The key used by the “Print to file” printer to store the finishings.
pattern PRINT_SETTINGS_DUPLEX :: Text Source #
The key used by the “Print to file” printer to store whether to print the output in duplex.
pattern PRINT_SETTINGS_DITHER :: Text Source #
The key used by the “Print to file” printer to store the dither used.
pattern PRINT_SETTINGS_DEFAULT_SOURCE :: Text Source #
The key used by the “Print to file” printer to store the default source.
pattern PRINT_SETTINGS_COLLATE :: Text Source #
The key used by the “Print to file” printer to store whether to collate the printed pages.
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 [funcgetMinorVersion
], 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 [funcgetMicroVersion
], but from the headers used at
application compile time, rather than from the library linked
against at application run time.
pattern MEDIA_FILE_EXTENSION_POINT_NAME :: Text Source #
The default extension point name for media file.
pattern MAX_COMPOSE_LEN :: Int32 Source #
Evaluates to the maximum length of a compose sequence.
This macro is longer used by GTK.
pattern MAJOR_VERSION :: Int32 Source #
Like [funcgetMajorVersion
], 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 GtkLevelBar
.
pattern LEVEL_BAR_OFFSET_HIGH :: Text Source #
The name used for the stock high offset included by GtkLevelBar
.
pattern LEVEL_BAR_OFFSET_FULL :: Text Source #
The name used for the stock full offset included by GtkLevelBar
.
pattern INVALID_LIST_POSITION :: Word32 Source #
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.
pattern INTERFACE_AGE :: Int32 Source #
Like [funcgetInterfaceAge
], 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.
See SpinButton::input.
pattern IM_MODULE_EXTENSION_POINT_NAME :: Text Source #
The default name of the extension point.
pattern BINARY_AGE :: Int32 Source #
Like [funcgetBinaryAge
], but from the headers used at
application compile time, rather than from the library linked
against at application run time.
pattern ACCESSIBLE_VALUE_UNDEFINED :: Int32 Source #
An undefined value. The accessible attribute is either unset, or its value is undefined.
pattern ACCESSIBLE_ATTRIBUTE_WEIGHT :: Text Source #
An attribute for the font weight.
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_VARIANT_UNICASE :: Text Source #
The "unicase" variant value for [constgtk
.ACCESSIBLE_ATTRIBUTE_VARIANT].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_VARIANT_TITLE_CAPS :: Text Source #
The "title caps" variant value for [constgtk
.ACCESSIBLE_ATTRIBUTE_VARIANT].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_VARIANT_SMALL_CAPS :: Text Source #
The "small caps" variant value for [constgtk
.ACCESSIBLE_ATTRIBUTE_VARIANT].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_VARIANT_PETITE_CAPS :: Text Source #
The "petite caps" variant value for [constgtk
.ACCESSIBLE_ATTRIBUTE_VARIANT].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_VARIANT_ALL_SMALL_CAPS :: Text Source #
The "all small caps" variant value for [constgtk
.ACCESSIBLE_ATTRIBUTE_VARIANT].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_VARIANT_ALL_PETITE_CAPS :: Text Source #
The "all petite caps" variant value for [constgtk
.ACCESSIBLE_ATTRIBUTE_VARIANT].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_VARIANT :: Text Source #
An attribute for the font variant.
Possible values are:
- [const
gtk
.ACCESSIBLE_ATTRIBUTE_VARIANT_SMALL_CAPS] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_VARIANT_ALL_SMALL_CAPS] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_VARIANT_PETITE_CAPS] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_VARIANT_ALL_PETITE_CAPS] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_VARIANT_UNICASE] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_VARIANT_TITLE_CAPS]
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_UNDERLINE_SINGLE :: Text Source #
The "single" underline value for [constgtk
.ACCESSIBLE_ATTRIBUTE_UNDERLINE].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_UNDERLINE_NONE :: Text Source #
The "none" underline value for [constgtk
.ACCESSIBLE_ATTRIBUTE_UNDERLINE].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_UNDERLINE_ERROR :: Text Source #
The "error" underline value for [constgtk
.ACCESSIBLE_ATTRIBUTE_UNDERLINE].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_UNDERLINE_DOUBLE :: Text Source #
The "double" underline value for [constgtk
.ACCESSIBLE_ATTRIBUTE_UNDERLINE].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_UNDERLINE :: Text Source #
An attribute for the underline style.
Possible values are:
- [const
gtk
.ACCESSIBLE_ATTRIBUTE_UNDERLINE_NONE] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_UNDERLINE_SINGLE] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_UNDERLINE_DOUBLE] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_UNDERLINE_ERROR]
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STYLE_OBLIQUE :: Text Source #
The "oblique" style value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STYLE].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STYLE_NORMAL :: Text Source #
The "normal" style value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STYLE].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STYLE_ITALIC :: Text Source #
The "italic" style value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STYLE].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STYLE :: Text Source #
An attribute for the font style.
Possible values are:
- [const
gtk
.ACCESSIBLE_ATTRIBUTE_STYLE_NORMAL] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_STYLE_OBLIQUE] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_STYLE_ITALIC]
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STRIKETHROUGH :: Text Source #
An attribute for strikethrough text.
Possible values are true
or false
.
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STRETCH_ULTRA_EXPANDED :: Text Source #
The "ultra expanded" stretch value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STRETCH].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STRETCH_ULTRA_CONDENSED :: Text Source #
The "ultra condensed" stretch value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STRETCH].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STRETCH_SEMI_EXPANDED :: Text Source #
The "semi expanded" stretch value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STRETCH].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STRETCH_SEMI_CONDENSED :: Text Source #
The "semi condensed" stretch value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STRETCH].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STRETCH_NORMAL :: Text Source #
The "normal" stretch value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STRETCH].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STRETCH_EXTRA_EXPANDED :: Text Source #
The "extra expanded" stretch value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STRETCH].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STRETCH_EXTRA_CONDENSED :: Text Source #
The "extra condensed" stretch value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STRETCH].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STRETCH_EXPANDED :: Text Source #
The "expanded" stretch value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STRETCH].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STRETCH_CONDENSED :: Text Source #
The "condensed" stretch value for [constgtk
.ACCESSIBLE_ATTRIBUTE_STRETCH].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_STRETCH :: Text Source #
An attribute for the font stretch type.
Possible values are:
- [const
gtk
.ACCESSIBLE_ATTRIBUTE_STRETCH_ULTRA_CONDENSED] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_STRETCH_EXTRA_CONDENSED] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_STRETCH_CONDENSED] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_STRETCH_SEMI_CONDENSED]
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_SIZE :: Text Source #
An attribute for the font size, expressed in points.
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_OVERLINE_SINGLE :: Text Source #
The "single" overline value for [constgtk
.ACCESSIBLE_ATTRIBUTE_OVERLINE].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_OVERLINE_NONE :: Text Source #
The "none" overline value for [constgtk
.ACCESSIBLE_ATTRIBUTE_OVERLINE].
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_OVERLINE :: Text Source #
An attribute for the overline style.
Possible values are:
- [const
gtk
.ACCESSIBLE_ATTRIBUTE_OVERLINE_NONE] - [const
gtk
.ACCESSIBLE_ATTRIBUTE_OVERLINE_SINGLE]
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_FOREGROUND :: Text Source #
An attribute for the foreground color, expressed as an RGB value
encoded in a string using the format: {r8},{g8},{b8}
.
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_FAMILY :: Text Source #
An attribute for the font family name.
Since: 4.14
pattern ACCESSIBLE_ATTRIBUTE_BACKGROUND :: Text Source #
An attribute for the background color, expressed as an RGB value
encoded in a string using the format: {r8},{g8},{b8}
.
Since: 4.14