Class: Gtk::CheckButton

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#newGtk::Widget

Creates a new Gtk::CheckButton.

Returns:

#new_with_label(label) ⇒ Gtk::Widget

Creates a new Gtk::CheckButton with a #GtkLabel to the right of it.

Parameters:

  • label (String)

    the text for the check button.

Returns:

#new_with_mnemonic(label) ⇒ Gtk::Widget

Creates a new Gtk::CheckButton containing a label. The label will be created using gtk_label_new_with_mnemonic(), so underscores in label indicate the mnemonic for the check button.

Parameters:

  • label (String)

    The text of the button, with an underscore in front of the mnemonic character

Returns: