Enumeration

GimpUiChainPosition

Declaration

enum GimpUi.ChainPosition

Description [src]

Possible chain positions for GimpChainButton.

Members

GIMP_CHAIN_TOP

The chain is on top.

  • Value: 0
  • Available since: 3.0
GIMP_CHAIN_LEFT

The chain is to the left.

  • Value: 1
  • Available since: 3.0
GIMP_CHAIN_BOTTOM

The chain is on bottom.

  • Value: 2
  • Available since: 3.0
GIMP_CHAIN_RIGHT

The chain is to the right.

  • Value: 3
  • Available since: 3.0