interface radiobutton : button { <widgets/radiobutton.h>
sources/java/hush.dv.widgets.radiobutton
radiobutton();
radiobutton(char* p, char* options = "");
radiobutton(widget* w, char* p, char* options = "");
void variable(char* name);
char* value();
void toggle();
void select();
void deselect();
};
-command <tcl-command> -heigth <number> -state <normal|active|disabled> -width <number>
activebackground, activeforeground, anchor, background, bitmap, borderwidth, cursor, disabledforeground, font, foreground, padx, pady, relief, text, textvariable setgrid, xscrollcommand, yscrollcommand
Radiobuttons are buttons that may be grouped.
widget -- file <widgets/radiobutton.h>
|
Hush Online Technology
hush@cs.vu.nl
09/24/99 |
|
|