ToggleButton.newWithLabel
gtk.toggle_button.ToggleButton newWithLabel(string label)Creates a new toggle button with a text label.
Parameters
label | a string containing the message to be placed in the toggle button. |
Returns
a new toggle button.
gtk.toggle_button.ToggleButton newWithLabel(string label)Creates a new toggle button with a text label.
label | a string containing the message to be placed in the toggle button. |