Searched defs:icon (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1DialogP.h52 Pixmap icon; /* icon bitmap */ member in struct:_DialogPart
54 Widget iconW; /* widget to display the icon */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DDialogP.h76 Pixmap icon; /* icon bitmap */ member in struct:_DialogPart
78 Widget iconW; /* widget to display the icon */
/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A Dxcolor.c356 Window icon; local
366 icon = XCreateWindow(dsp, DefaultRootWindow(dsp),
371 wmhints.icon_window = icon;
376 cmapwins[0] = icon;
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.c178 static Window icon[MAXSCREENS]; /* window used during password typein */ variable
185 static int iconx[MAXSCREENS]; /* location of left edge of icon */
186 static int icony[MAXSCREENS]; /* location of top edge of icon */
356 init(icon[screen]);
366 callback(icon[screen]);
449 if (((XButtonEvent *) & event)->window == icon[screen]) {
881 XMapWindow(dsp, icon[screen]);
882 XRaiseWindow(dsp, icon[screen]);
1085 XUnmapWindow(dsp, icon[screen]);
1303 icon[scree
[all...]

Completed in 19 milliseconds