Public member details:
Gtk_Button
explicit Gtk_Button::Gtk_Button(const string &label,gfloat x=0 . 5,gfloat y=0 . 5);
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
emitable signal void Gtk_Button::pressed();
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
emitable signal void Gtk_Button::clicked();
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:
|