Searched refs:w1 (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c82 Window w, w1, mw; /* enlargement window */ variable
83 /* w1 is TrueColor 24 bit */
85 mapped , w or w1 */
609 w1 = XCreateWindow(dpy, root,
621 w1 = XCreateWindow(dpy, root,
639 if (w1) {
640 XDestroyWindow(dpy, w1);
641 w1 = NULL;
677 if (w1) {
678 XSetWMProperties (dpy, w1,
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Toggle.c356 * Arguments: w1, w2 - the toggle widgets to add to the radio group.
364 CreateRadioGroup(w1, w2)
365 Widget w1, w2;
368 ToggleWidget tw1 = (ToggleWidget) w1;
377 AddToRadioGroup( NULL, w1 );
378 AddToRadioGroup( GetRadioGroup(w1), w2 );
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DToggle.c359 * Arguments: w1, w2 - the toggle widgets to add to the radio group.
367 CreateRadioGroup(w1, w2)
368 Widget w1, w2;
371 ToggleWidget tw1 = (ToggleWidget) w1;
380 AddToRadioGroup( (RadioGroup *)NULL, w1 );
381 AddToRadioGroup( GetRadioGroup(w1), w2 );

Completed in 15 milliseconds