Enums

Details

class GimpUi.AspectType(value)

Bases: GObject.GEnum

Aspect 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.GEnum

Possible 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.GEnum

The 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.GEnum

An enum to specify the types of color channels edited in GimpUi.ColorSelector widgets.

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.GEnum

An enum to specify the types of color spaces edited in GimpUi.ColorSelector widgets.

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.GEnum

Possible 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.Enum

The 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

a GdkPixbuf.Pixbuf

USER_DATA = 5

arbitrary user data

NUM_COLUMNS = 6

the number of columns

class GimpUi.PageSelectorTarget(value)

Bases: GObject.GEnum

Import targets for GimpUi.PageSelector.

LAYERS = 0

import as layers of one image

IMAGES = 1

import as separate images

class GimpUi.SizeEntryUpdatePolicy(value)

Bases: GObject.GEnum

Update 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.Enum

Types of errors returned by libgimpwidgets functions

WIDGETS_PARSE_ERROR = 0

A parse error has occurred

class GimpUi.ZoomType(value)

Bases: GObject.GEnum

the zoom types for GimpUi.ZoomModel.

IN = 0

zoom in

OUT = 1

zoom out