Searched refs:wid (Results 1 - 11 of 11) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A DXineramaInfo.h30 XinID wid; /* sub window id */ member in struct:subwid
38 XinID wid; /* Window ID of requested virtual window */ member in struct:xineramainfo
48 XinID wid; /* Window ID of requested virtual window */ member in struct:_XDgaXineramaInfoReply
H A Ddga.h77 u_int wid; /* db window id. */ member in struct:dga_dbinfo
111 short start_wid; /* starting wid */
112 short wid; /* current wid */ member in struct:dga_widinfo
H A Ddga_winshared.h557 /* wid info */
561 short start_wid; /* starting wid */
562 short wid; /* current wid */ member in struct:wx_winfo::__anon462
H A Ddga_Xrequests.c1577 info->wid = VirtualWID;
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Vendor.c147 static void Realize(wid, vmask, attr)
148 Widget wid;
156 (*super->core_class.realize) (wid, vmask, attr);
159 static void ChangeManaged(wid)
160 Widget wid;
162 ShellWidget w = (ShellWidget) wid;
166 (*SuperClass->composite_class.change_managed)(wid);
170 XtSetKeyboardFocus(wid, *childP);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DVendor.c337 static void Realize(wid, vmask, attr)
338 Widget wid;
346 (*super->core_class.realize) (wid, vmask, attr);
347 _XawImRealize(wid);
396 static XtGeometryResult GeometryManager( wid, request, reply )
397 Widget wid;
401 ShellWidget shell = (ShellWidget)(wid->core.parent);
404 if(shell->shell.allow_shell_resize == FALSE && XtIsRealized(wid))
418 + _XawImGetImAreaHeight( wid );
436 wid
[all...]
/solaris-x11-s11/open-src/proto/sun-ext-protos/include/
H A Dtransovlstr.h176 Window wid B32;
194 Window wid B32;
216 Window wid B32;
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c865 Window wid; local
890 wid = req->wid = XAllocID(dpy);
904 return wid;
924 req->wid = w;
948 req->wid = w;
H A DXPanoramiX.c466 info->wid = VirtualWID;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDPSScrollW.c829 Widget wid = dsw->sw.drawing_area; local
836 && area > (unsigned)(wid->core.width * wid->core.height)) return None;
839 dBytes = (wid->core.depth + 7) / 8; /* Convert into bytes */
849 wid->core.depth);
2588 Widget wid = dsw->sw.drawing_area; local
2595 w * h > (int) wid->core.width * (int) wid->core.height) {
2600 dBytes = (wid->core.depth + 7) / 8; /* Convert into bytes */
H A DColorSB.c2371 Widget wid,
2370 DrawPaletteCallback( Widget wid, XtPointer clientData, XtPointer callData) argument

Completed in 248 milliseconds