Schnittstelle GtkConstants


public interface GtkConstants
  • Felddetails

    • ACCESSIBLE_ATTRIBUTE_BACKGROUND

      static final String ACCESSIBLE_ATTRIBUTE_BACKGROUND
      An attribute for the background color, expressed as an RGB value
      encoded in a string using the format: `{r8},{g8},{b8}`.
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_FAMILY

      static final String ACCESSIBLE_ATTRIBUTE_FAMILY
      An attribute for the font family name.
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_FOREGROUND

      static final String ACCESSIBLE_ATTRIBUTE_FOREGROUND
      An attribute for the foreground color, expressed as an RGB value
      encoded in a string using the format: `{r8},{g8},{b8}`.
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_OVERLINE

      static final String ACCESSIBLE_ATTRIBUTE_OVERLINE
      An attribute for the overline style.

      Possible values are:

      - [const@Gtk.ACCESSIBLE_ATTRIBUTE_OVERLINE_NONE]
      - [const@Gtk.ACCESSIBLE_ATTRIBUTE_OVERLINE_SINGLE]
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_OVERLINE_NONE

      static final String ACCESSIBLE_ATTRIBUTE_OVERLINE_NONE
      The "none" overline value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_OVERLINE].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_OVERLINE_SINGLE

      static final String ACCESSIBLE_ATTRIBUTE_OVERLINE_SINGLE
      The "single" overline value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_OVERLINE].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_SIZE

      static final String ACCESSIBLE_ATTRIBUTE_SIZE
      An attribute for the font size, expressed in points.
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STRETCH

      static final String ACCESSIBLE_ATTRIBUTE_STRETCH
      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]
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STRETCH_CONDENSED

      static final String ACCESSIBLE_ATTRIBUTE_STRETCH_CONDENSED
      The "condensed" stretch value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STRETCH].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STRETCH_EXPANDED

      static final String ACCESSIBLE_ATTRIBUTE_STRETCH_EXPANDED
      The "expanded" stretch value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STRETCH].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STRETCH_EXTRA_CONDENSED

      static final String ACCESSIBLE_ATTRIBUTE_STRETCH_EXTRA_CONDENSED
      The "extra condensed" stretch value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STRETCH].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STRETCH_EXTRA_EXPANDED

      static final String ACCESSIBLE_ATTRIBUTE_STRETCH_EXTRA_EXPANDED
      The "extra expanded" stretch value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STRETCH].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STRETCH_NORMAL

      static final String ACCESSIBLE_ATTRIBUTE_STRETCH_NORMAL
      The "normal" stretch value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STRETCH].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STRETCH_SEMI_CONDENSED

      static final String ACCESSIBLE_ATTRIBUTE_STRETCH_SEMI_CONDENSED
      The "semi condensed" stretch value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STRETCH].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STRETCH_SEMI_EXPANDED

      static final String ACCESSIBLE_ATTRIBUTE_STRETCH_SEMI_EXPANDED
      The "semi expanded" stretch value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STRETCH].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STRETCH_ULTRA_CONDENSED

      static final String ACCESSIBLE_ATTRIBUTE_STRETCH_ULTRA_CONDENSED
      The "ultra condensed" stretch value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STRETCH].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STRETCH_ULTRA_EXPANDED

      static final String ACCESSIBLE_ATTRIBUTE_STRETCH_ULTRA_EXPANDED
      The "ultra expanded" stretch value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STRETCH].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STRIKETHROUGH

      static final String ACCESSIBLE_ATTRIBUTE_STRIKETHROUGH
      An attribute for strikethrough text.

      Possible values are `true` or `false`.
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STYLE

      static final String ACCESSIBLE_ATTRIBUTE_STYLE
      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]
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STYLE_ITALIC

      static final String ACCESSIBLE_ATTRIBUTE_STYLE_ITALIC
      The "italic" style value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STYLE].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STYLE_NORMAL

      static final String ACCESSIBLE_ATTRIBUTE_STYLE_NORMAL
      The "normal" style value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STYLE].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_STYLE_OBLIQUE

      static final String ACCESSIBLE_ATTRIBUTE_STYLE_OBLIQUE
      The "oblique" style value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_STYLE].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_UNDERLINE

      static final String ACCESSIBLE_ATTRIBUTE_UNDERLINE
      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]
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_UNDERLINE_DOUBLE

      static final String ACCESSIBLE_ATTRIBUTE_UNDERLINE_DOUBLE
      The "double" underline value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_UNDERLINE].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_UNDERLINE_ERROR

      static final String ACCESSIBLE_ATTRIBUTE_UNDERLINE_ERROR
      The "error" underline value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_UNDERLINE].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_UNDERLINE_NONE

      static final String ACCESSIBLE_ATTRIBUTE_UNDERLINE_NONE
      The "none" underline value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_UNDERLINE].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_UNDERLINE_SINGLE

      static final String ACCESSIBLE_ATTRIBUTE_UNDERLINE_SINGLE
      The "single" underline value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_UNDERLINE].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_VARIANT

      static final String ACCESSIBLE_ATTRIBUTE_VARIANT
      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]
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_VARIANT_ALL_PETITE_CAPS

      static final String ACCESSIBLE_ATTRIBUTE_VARIANT_ALL_PETITE_CAPS
      The "all petite caps" variant value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_VARIANT].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_VARIANT_ALL_SMALL_CAPS

      static final String ACCESSIBLE_ATTRIBUTE_VARIANT_ALL_SMALL_CAPS
      The "all small caps" variant value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_VARIANT].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_VARIANT_PETITE_CAPS

      static final String ACCESSIBLE_ATTRIBUTE_VARIANT_PETITE_CAPS
      The "petite caps" variant value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_VARIANT].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_VARIANT_SMALL_CAPS

      static final String ACCESSIBLE_ATTRIBUTE_VARIANT_SMALL_CAPS
      The "small caps" variant value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_VARIANT].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_VARIANT_TITLE_CAPS

      static final String ACCESSIBLE_ATTRIBUTE_VARIANT_TITLE_CAPS
      The "title caps" variant value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_VARIANT].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_VARIANT_UNICASE

      static final String ACCESSIBLE_ATTRIBUTE_VARIANT_UNICASE
      The "unicase" variant value for [const@Gtk.ACCESSIBLE_ATTRIBUTE_VARIANT].
      Siehe auch:
    • ACCESSIBLE_ATTRIBUTE_WEIGHT

      static final String ACCESSIBLE_ATTRIBUTE_WEIGHT
      An attribute for the font weight.
      Siehe auch:
    • ACCESSIBLE_VALUE_UNDEFINED

      static final int ACCESSIBLE_VALUE_UNDEFINED
      An undefined value. The accessible attribute is either unset, or its
      value is undefined.
      Siehe auch:
    • BINARY_AGE

      static final int BINARY_AGE
      Like [func@get_binary_age], but from the headers used at
      application compile time, rather than from the library linked
      against at application run time.
      Siehe auch:
    • IM_MODULE_EXTENSION_POINT_NAME

      static final String IM_MODULE_EXTENSION_POINT_NAME
      The default name of the extension point.
      Siehe auch:
    • INPUT_ERROR

      static final int INPUT_ERROR
      Constant to return from a signal handler for the ::input
      signal in case of conversion failure.

      See [signal@Gtk.SpinButton::input].
      Siehe auch:
    • INTERFACE_AGE

      static final int INTERFACE_AGE
      Like [func@get_interface_age], but from the headers used at
      application compile time, rather than from the library linked
      against at application run time.
      Siehe auch:
    • INVALID_LIST_POSITION

      static final int INVALID_LIST_POSITION
      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.
      Siehe auch:
    • LEVEL_BAR_OFFSET_FULL

      static final String LEVEL_BAR_OFFSET_FULL
      The name used for the stock full offset included by `GtkLevelBar`.
      Siehe auch:
    • LEVEL_BAR_OFFSET_HIGH

      static final String LEVEL_BAR_OFFSET_HIGH
      The name used for the stock high offset included by `GtkLevelBar`.
      Siehe auch:
    • LEVEL_BAR_OFFSET_LOW

      static final String LEVEL_BAR_OFFSET_LOW
      The name used for the stock low offset included by `GtkLevelBar`.
      Siehe auch:
    • MAJOR_VERSION

      static final int MAJOR_VERSION
      Like [func@get_major_version], but from the headers used at
      application compile time, rather than from the library linked
      against at application run time.
      Siehe auch:
    • MAX_COMPOSE_LEN

      static final int MAX_COMPOSE_LEN
      Evaluates to the maximum length of a compose sequence.

      This macro is longer used by GTK.
      Siehe auch:
    • MEDIA_FILE_EXTENSION_POINT_NAME

      static final String MEDIA_FILE_EXTENSION_POINT_NAME
      The default extension point name for media file.
      Siehe auch:
    • MICRO_VERSION

      static final int MICRO_VERSION
      Like [func@get_micro_version], but from the headers used at
      application compile time, rather than from the library linked
      against at application run time.
      Siehe auch:
    • MINOR_VERSION

      static final int MINOR_VERSION
      Like [func@get_minor_version], but from the headers used at
      application compile time, rather than from the library linked
      against at application run time.
      Siehe auch:
    • PAPER_NAME_A3

      static final String PAPER_NAME_A3
      Name for the A3 paper size.
      Siehe auch:
    • PAPER_NAME_A4

      static final String PAPER_NAME_A4
      Name for the A4 paper size.
      Siehe auch:
    • PAPER_NAME_A5

      static final String PAPER_NAME_A5
      Name for the A5 paper size.
      Siehe auch:
    • PAPER_NAME_B5

      static final String PAPER_NAME_B5
      Name for the B5 paper size.
      Siehe auch:
    • PAPER_NAME_EXECUTIVE

      static final String PAPER_NAME_EXECUTIVE
      Name for the Executive paper size.
      Siehe auch:
    • PAPER_NAME_LETTER

      static final String PAPER_NAME_LETTER
      Name for the Letter paper size.
      Siehe auch:
    • PRIORITY_RESIZE

      static final int PRIORITY_RESIZE
      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.
      Siehe auch:
    • STYLE_PROVIDER_PRIORITY_APPLICATION

      static final int STYLE_PROVIDER_PRIORITY_APPLICATION
      A priority that can be used when adding a `GtkStyleProvider`
      for application-specific style information.
      Siehe auch:
    • STYLE_PROVIDER_PRIORITY_FALLBACK

      static final int STYLE_PROVIDER_PRIORITY_FALLBACK
      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.
      Siehe auch:
    • STYLE_PROVIDER_PRIORITY_SETTINGS

      static final int STYLE_PROVIDER_PRIORITY_SETTINGS
      The priority used for style information provided
      via `GtkSettings`.

      This priority is higher than %GTK_STYLE_PROVIDER_PRIORITY_THEME
      to let settings override themes.
      Siehe auch:
    • STYLE_PROVIDER_PRIORITY_THEME

      static final int STYLE_PROVIDER_PRIORITY_THEME
      The priority used for style information provided
      by themes.
      Siehe auch:
    • STYLE_PROVIDER_PRIORITY_USER

      static final int STYLE_PROVIDER_PRIORITY_USER
      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.
      Siehe auch:
    • TEXT_VIEW_PRIORITY_VALIDATE

      static final int TEXT_VIEW_PRIORITY_VALIDATE
      The priority at which the text view validates onscreen lines
      in an idle job in the background.
      Siehe auch:
    • TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID

      static final int TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID
      Uses the default sort function in a [iface@Gtk.TreeSortable].

      See also: [method@Gtk.TreeSortable.set_sort_column_id]
      Siehe auch:
    • TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID

      static final int TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID
      Disables sorting in a [iface@Gtk.TreeSortable].

      See also: [method@Gtk.TreeSortable.set_sort_column_id]
      Siehe auch: