GimpUi.prop_palette_chooser_new

@accepts(GObject.Object, unicode, unicode)
@returns(Gtk.Widget)
def prop_palette_chooser_new(config, property_name, chooser_title):
    # Python wrapper for gimp_prop_palette_chooser_new()
  

Creates a [class@GimpUi.PaletteChooser] controlled by the specified property.

Since 3.0

config

Object to which property is attached.

property_name

Name of a [class@Gimp.Palette] property.

chooser_title

title for the poppable dialog.

Returns