Constructor
GtkButtonnew
Declaration [src]
GtkWidget*
gtk_button_new (
void
)
Description [src]
Creates a new GtkButton
widget. To add a child widget to the button,
use gtk_container_add().
Return value
Type: GtkWidget
The newly created GtkButton
widget.
The data is owned by the called function. |