Create widgets with a discrete toggle button
A <gtk-check-button>
places a discrete <gtk-toggle-button>
next to
a widget, (usually a <gtk-label>
). See the section on
<gtk-toggle-button>
widgets for more information about toggle/check
buttons.
The important signal ('toggled') is also inherited from
<gtk-toggle-button>
.
<gtk-widget>
)Creates a new
<gtk-check-button>
.
- ret
- a
<gtk-widget>
.
mchars
) ⇒ (ret <gtk-widget>
)Creates a new
<gtk-check-button>
with a<gtk-label>
to the right of it.
- label
- the text for the check button.
- ret
- a
<gtk-widget>
.
mchars
) ⇒ (ret <gtk-widget>
)Creates a new
<gtk-check-button>
containing a label. The label will be created usinggtk-label-new-with-mnemonic
, so underscores in label indicate the mnemonic for the check button.
- label
- The text of the button, with an underscore in front of the mnemonic character
- ret
- a new
<gtk-check-button>