Public member details:
Gtk_Button
Gtk_Button::Gtk_Button(GtkButton *castitem);
Simple Push Button with label.
Create a button with the given label inside. You won't be able
to add a widget in this button since it already has a Gtk_Label
in it.
|
pressed
signal void Gtk_Button::pressed(BaseObjectType);
Emited on button press.
Triggered when the button is pressed (e.g. the mouse button is
still down, it hasn't been released yet, see next signal)
|
clicked
signal void Gtk_Button::clicked(BaseObjectType);
Emitted on button press and release.
Triggered when the user has pressed and released the mouse button
This is the signal you most likely want to connect.
|
Protected member details:
Private member details:
|