GimpUi » GimpUi.ColorButton »

GimpUi.ColorButton.set_type

@accepts(GimpUi.ColorButton, GimpUi.ColorAreaType)
@returns(none)
def set_type(self, type):
    # Python wrapper for gimp_color_button_set_type()
  

Sets the self to the given type. See also GimpUi.ColorArea.set_type.

self

Pointer to a GimpUi.ColorButton.

type

the new GimpUi.ColorAreaType

More Information

  • GimpUi.ColorButton