Constructor
GtkToggleButtonnew_with_label
Declaration [src]
GtkWidget*
gtk_toggle_button_new_with_label (
  const char* label
)
Parameters
| label | const char* | 
| A string containing the message to be placed in the toggle button. | |
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. | 
Return value
| Returns: | GtkWidget | 
| A new toggle button. | |
| The data is owned by the called function. |