Enums¶
Details¶
- class GimpUi.AspectType(value)¶
 Bases:
GObject.GEnumAspect ratios.
- SQUARE = 0¶
 it’s a 1:1 square
- PORTRAIT = 1¶
 it’s higher than it’s wide
- LANDSCAPE = 2¶
 it’s wider than it’s high
- class GimpUi.ChainPosition(value)¶
 Bases:
GObject.GEnumPossible chain positions for
GimpUi.ChainButton.- TOP = 0¶
 the chain is on top
- LEFT = 1¶
 the chain is to the left
- BOTTOM = 2¶
 the chain is on bottom
- RIGHT = 3¶
 the chain is to the right
- class GimpUi.ColorAreaType(value)¶
 Bases:
GObject.GEnumThe types of transparency display for
GimpUi.ColorArea.- FLAT = 0¶
 don’t display transparency
- SMALL_CHECKS = 1¶
 display transparency using small checks
- LARGE_CHECKS = 2¶
 display transparency using large checks
- class GimpUi.ColorSelectorChannel(value)¶
 Bases:
GObject.GEnumAn enum to specify the types of color channels edited in
GimpUi.ColorSelectorwidgets.- HUE = 0¶
 the hue channel
- SATURATION = 1¶
 the saturation channel
- VALUE = 2¶
 the value channel
- RED = 3¶
 the red channel
- GREEN = 4¶
 the green channel
- BLUE = 5¶
 the blue channel
- ALPHA = 6¶
 the alpha channel
- LCH_LIGHTNESS = 7¶
 the lightness channel
- LCH_CHROMA = 8¶
 the chroma channel
- LCH_HUE = 9¶
 the hue channel
- class GimpUi.ColorSelectorModel(value)¶
 Bases:
GObject.GEnumAn enum to specify the types of color spaces edited in
GimpUi.ColorSelectorwidgets.New in version 2.10.
- RGB = 0¶
 RGB color model
- LCH = 1¶
 CIE LCh color model
- HSV = 2¶
 HSV color model
- class GimpUi.IntComboBoxLayout(value)¶
 Bases:
GObject.GEnumPossible layouts for
GimpUi.IntComboBox.New in version 2.10.
- ICON_ONLY = 0¶
 show icons only
- ABBREVIATED = 1¶
 show icons and abbreviated labels, when available
- FULL = 2¶
 show icons and full labels
- class GimpUi.IntStoreColumns(value)¶
 Bases:
GLib.EnumThe column types of
GimpUi.IntStore.- VALUE = 0¶
 the integer value
- LABEL = 1¶
 a human-readable label
- ABBREV = 2¶
 an abbreviated label
- ICON_NAME = 3¶
 an icon name
- PIXBUF = 4¶
 
- USER_DATA = 5¶
 arbitrary user data
- NUM_COLUMNS = 6¶
 the number of columns
- class GimpUi.PageSelectorTarget(value)¶
 Bases:
GObject.GEnumImport targets for
GimpUi.PageSelector.- LAYERS = 0¶
 import as layers of one image
- IMAGES = 1¶
 import as separate images
- class GimpUi.SizeEntryUpdatePolicy(value)¶
 Bases:
GObject.GEnumUpdate policies for
GimpUi.SizeEntry.- NONE = 0¶
 the size entry’s meaning is up to the user
- SIZE = 1¶
 the size entry displays values
- RESOLUTION = 2¶
 the size entry displays resolutions
- class GimpUi.WidgetsError(value)¶
 Bases:
GLib.EnumTypes of errors returned by libgimpwidgets functions
- WIDGETS_PARSE_ERROR = 0¶
 A parse error has occurred
- class GimpUi.ZoomType(value)¶
 Bases:
GObject.GEnumthe zoom types for
GimpUi.ZoomModel.- IN = 0¶
 zoom in
- OUT = 1¶
 zoom out