GtkButton
A pushbutton widget that issues a signal when clicked.
Object Hierarchy
Direct Subclasses
Description
The GtkButton widget is usually displayed as a
pushbutton with a text label, GtkLabel, although it
can contain any valid widget. The GtkButton is generally
used to attach a callback function or method that is called when the button
is clicked.
Constructors
--
Creates a new button widget.
--
Creates a GtkButton from stock.
Signals
"activate"
Emitted when the activate method is called.
"clicked"
Emitted when the user clicks the button.
"enter"
Emitted when the mouse pointer enters the button.
"leave"
Emitted when the mouse pointer leaves the button.
"pressed"
Emitted when the mouse button is pressed over the button.
"released"
Emitted when the mouse button is released over the button.