Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GimpSelectButton ╰── GimpPaletteSelectButton
GimpPaletteSelectButton implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * gimp_palette_select_button_new (const gchar *title
,const gchar *palette_name
);
Since: GIMP 2.4
const gchar *
gimp_palette_select_button_get_palette
(GimpPaletteSelectButton *button
);
Since: GIMP 2.4
void gimp_palette_select_button_set_palette (GimpPaletteSelectButton *button
,const gchar *palette_name
);
Since: GIMP 2.4
“palette-name”
property“palette-name” gchar *
The name of the currently selected palette.
Flags: Read / Write
Default value: NULL
Since: GIMP 2.4
“title”
property“title” gchar *
The title to be used for the palette selection popup dialog.
Flags: Read / Write / Construct Only
Default value: "Palette Selection"
Since: GIMP 2.4
“palette-set”
signalvoid user_function (GimpPaletteSelectButton *widget, gchar *palette_name, gboolean dialog_closing, gpointer user_data)
Flags: Run First
Since: GIMP 2.4