Searched refs:toggle (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Toggle.c60 * The order of toggle and notify are important, as the state has
67 <Btn1Down>,<Btn1Up>: toggle() notify()";
75 offset(toggle.widget), XtRWidget, (caddr_t) NULL },
77 offset(toggle.radio_data), XtRPointer, (caddr_t) NULL },
96 {"toggle", Toggle},
174 /* The actions table should really be retrieved from the toggle widget's
214 tw->toggle.radio_group = NULL;
216 if (tw->toggle.radio_data == NULL)
217 tw->toggle.radio_data = (caddr_t) new->core.name;
219 if (tw->toggle
[all...]
H A DXaw3_1ToggleP.h100 TogglePart toggle; member in struct:_ToggleRec
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DToggle.c59 * The order of toggle and notify are important, as the state has
66 <Btn1Down>,<Btn1Up>: toggle() notify()";
74 offset(toggle.widget), XtRWidget, (XtPointer) NULL },
76 offset(toggle.radio_data), XtRPointer, (XtPointer) NULL },
94 {"toggle", Toggle},
209 tw->toggle.radio_group = NULL;
211 if (tw->toggle.radio_data == NULL)
212 tw->toggle.radio_data = (XtPointer) new->core.name;
214 if (tw->toggle.widget != NULL) {
215 if ( GetRadioGroup(tw->toggle
[all...]
H A DToggleP.h106 TogglePart toggle; member in struct:_ToggleRec
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c87 fprintf(stderr, " -toggle or -t\n");
1805 int keysym = 0, toggle = False, listen = False; local
1884 if (!strcmp ("-toggle", argv[i]) || !strcmp ("-t", argv[i])) {
1885 toggle = True;
1910 if (toggle)

Completed in 24 milliseconds