Constructor
Gtk.Button.new_with_label
Declaration [src]
GtkWidget*
gtk_button_new_with_label (
const char* label
)
Parameters
label |
const char* |
The text you want the |
|
Ownership is not transferred to the callee | |
The string is a NUL terminated UTF-8 string |
Return value
Returns: GtkWidget |
|
The newly created |
|
Ownership is not transferred to the caller |