CheckButton.newWithLabel

Creates a new gtk.check_button.CheckButton with the given text.

class CheckButton
static
newWithLabel
(
string label = null
)

Parameters

label string

the text for the check button.

Return Value

Type: gtk.check_button.CheckButton