org.gnu.gtk
public class CheckButton extends ToggleButton
| Constructor Summary | |
|---|---|
| CheckButton()
Creates a new CheckButton | |
| CheckButton(Handle handle)
Construct a check button using a handle to a native resource. | |
| CheckButton(String label, boolean hasMnemonic)
Creates a new Checkbutton with a label. | |
| Method Summary | |
|---|---|
| static CheckButton | getCheckButton(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
| static Type | getType()
Retrieve the runtime type used by the GLib library. |
Parameters: label Text to be displayed in a label next to the check box. hasMnemonic Determines whether to interpret Mnemonic characters