Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GimpSelectButton ╰── GimpPatternSelectButton
GimpPatternSelectButton implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * gimp_pattern_select_button_new (const gchar *title
,const gchar *pattern_name
);
Since: GIMP 2.4
const gchar *
gimp_pattern_select_button_get_pattern
(GimpPatternSelectButton *button
);
Since: GIMP 2.4
void gimp_pattern_select_button_set_pattern (GimpPatternSelectButton *button
,const gchar *pattern_name
);
Since: GIMP 2.4
“pattern-name”
property“pattern-name” gchar *
The name of the currently selected pattern.
Flags: Read / Write
Default value: NULL
Since: GIMP 2.4
“title”
property“title” gchar *
The title to be used for the pattern selection popup dialog.
Flags: Read / Write / Construct Only
Default value: "Pattern Selection"
Since: GIMP 2.4