Lines Matching refs:cnew
389 * cnew - new widget with both resource and non resource values
396 XawSimpleMenuInitialize(Widget request _X_UNUSED, Widget cnew,
399 SimpleMenuWidget smw = (SimpleMenuWidget)cnew;
402 XmuCallInitializers(XtWidgetToApplicationContext(cnew));
414 XtAddCallback(cnew, XtNpopupCallback, PopupCB, NULL);
418 CreateLabel(cnew);
421 CalculateNewSize(cnew, &width, &height);
440 XtAddCallback(cnew, XtNpopupCallback, ChangeCursorOnGrab, NULL);
566 * cnew - what the widget will become
573 XawSimpleMenuSetValues(Widget current, Widget request _X_UNUSED, Widget cnew,
577 SimpleMenuWidget smw_new = (SimpleMenuWidget)cnew;
595 XDefineCursor(XtDisplay(cnew), XtWindow(cnew),
602 CreateLabel(cnew);
612 XtAppWarning(XtWidgetToApplicationContext(cnew),
633 XawReshapeWidget(cnew, npix);
638 Layout(cnew, NULL, NULL);