Lines Matching refs:cnew
255 * cnew - new widget with both resource and non resource values
262 XawSmeBSBInitialize(Widget request _X_UNUSED, Widget cnew,
265 SmeBSBObject entry = (SmeBSBObject)cnew;
270 entry->sme_bsb.label = XtName(cnew);
274 GetDefaultSize(cnew, &entry->rectangle.width, &entry->rectangle.height);
275 CreateGCs(cnew);
280 GetBitmapInfo(cnew, True); /* Left Bitmap Info */
281 GetBitmapInfo(cnew, False); /* Right Bitmap Info */
419 * cnew - what the widget will become
427 XawSmeBSBSetValues(Widget current, Widget request _X_UNUSED, Widget cnew,
430 SmeBSBObject entry = (SmeBSBObject)cnew;
435 if (old_entry->sme_bsb.label != XtName(cnew))
438 if (entry->sme_bsb.label != XtName(cnew))
448 GetBitmapInfo(cnew, True);
453 GetBitmapInfo(cnew, False);
461 CreateGCs(cnew);
473 GetDefaultSize(cnew, &width, &height);
475 XtMakeResizeRequest(cnew, width, height, NULL, NULL);