interface checkbutton : button { <widgets/checkbutton.h>
sources/java/hush.dv.widgets.checkbutton
chackbutton();
checkbutton(char* p, char* options = "");
checkbutton(widget* w, char* p, char* options = "");
void variable(char* name);
int value();
void toggle();
void select();
void deselect();
};
-command <tcl-command> -heigth <number> -offvalue <number> -onvalue <number> -selector <color> -state <normal|active|disabled> -variable <name> -width <number>
Checkbuttons are buttons that toggle on and off.
widget -- file <widgets/checkbutton.h>
|
Hush Online Technology
hush@cs.vu.nl
09/24/99 |
|
|