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_button_set_child()
.
Return value
Returns: | GtkWidget |
The newly created |
|
The data is owned by the called function. |