Home
last modified time | relevance | path

Searched defs:Radio (Results 1 – 1 of 1) sorted by relevance

/plan9-contrib/sys/src/libcontrol/
H A Dradiobutton.c9 typedef struct Radio Radio; typedef
11 struct Radio struct
14 int value;
15 int lastbut;
16 Control **buttons;
17 int nbuttons;
18 char *eventstr;
66 radiofree(Radio*) in radiofree() argument