![]() | ![]() | ![]() | GIMP Widgets Library Reference Manual | ![]() |
---|
struct GimpButton; GtkWidget* gimp_button_new (void); void gimp_button_extended_clicked (GimpButton *button, guint state);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkButton +----GimpButton
GtkWidget* gimp_button_new (void);
Creates a new GimpButton widget.
Returns : | A pointer to the new GimpButton widget. |
void gimp_button_extended_clicked (GimpButton *button, guint state);
Emits the button's "extended_clicked" signal.
button : | a GimpButton. |
state : | a state as found in GdkEventButton->state, e.g. GDK_SHIFT_MASK. |
<<< GIMP Widgets | GimpChainButton >>> |