Lines Matching defs:vw

252     VendorShellWidget		vw;
259 if ((vw = SearchVendorShell(w)) == NULL) return;
261 if (ve = GetExtPart(vw)) {
377 XawVendorShellExtResize(vw);
382 static void FreeAllDataOfVendorShell(ve, vw)
384 VendorShellWidget vw;
389 if (!XFindContext(XtDisplay(vw), (Window)vw, extContext,
393 XDeleteContext(XtDisplay(vw), (Window)vw, extContext);
426 VendorShellWidget vw;
429 if ((vw = (VendorShellWidget)GetErrCnxt(error_im)) == NULL
430 || (ve = GetExtPart(vw)) == NULL) return(0);
501 static Boolean ResizeVendorShell_Core(vw, ve, p)
502 VendorShellWidget vw;
519 st_area.y = vw->core.height - ve->im.area_height;
538 pe_area.y = vw->core.height - ve->im.area_height;
539 pe_area.width = vw->core.width;
552 static void ResizeVendorShell(vw, ve)
553 VendorShellWidget vw;
561 ResizeVendorShell_Core(vw, ve, p);
566 if (ResizeVendorShell_Core(vw, ve, p) == FALSE) return;
1179 VendorShellWidget vw;
1181 if ((vw = SearchVendorShell(inwidg)) == NULL) return;
1182 if (ve = GetExtPart(vw)) {
1185 if (XtIsRealized((Widget)vw) && ve->im.xim) {
1201 VendorShellWidget vw;
1204 if ((vw = SearchVendorShell(inwidg)) == NULL) return;
1205 if (ve = GetExtPart(vw)) {
1211 if (ve->im.xim && XtIsRealized((Widget)vw) && p->xic) {
1387 static Boolean Initialize( vw, ve )
1388 VendorShellWidget vw;
1393 if (!XtIsVendorShell((Widget)vw)) return(FALSE);
1394 ve->parent = (Widget)vw;
1403 if ((ve->ic.shared_ic_table = CreateIcTable( (Widget)vw, ve)) == NULL)
1535 VendorShellWidget vw;
1537 if ((vw = SearchVendorShell(inwidg)) == NULL) return;
1538 if (ve = GetExtPart(vw)) {
1553 VendorShellWidget vw;
1555 if ((vw = SearchVendorShell(inwidg)) == NULL) return;
1556 if (ve = GetExtPart(vw)) {
1571 VendorShellWidget vw;
1573 if ((vw = SearchVendorShell(inwidg)) == NULL) return;
1574 if (ve = GetExtPart(vw)) {
1700 VendorShellWidget vw;
1706 if ((vw = SearchVendorShell(inwidg)) && (ve = GetExtPart(vw)) &&
1729 VendorShellWidget vw;
1731 if ((vw = SearchVendorShell(w)) && (ve = GetExtPart(vw))) {
1747 VendorShellWidget vw;
1750 if ((vw = SearchVendorShell(w)) && (ve = GetExtPart(vw))) {
1751 XawVendorShellExtResize(vw);