ToggleButton.newWithLabel

Creates a new toggle button with a text label.

class ToggleButton
static
newWithLabel
(
string label
)

Parameters

label string

a string containing the message to be placed in the toggle button.

Return Value

Type: gtk.toggle_button.ToggleButton

a new toggle button.