Searched refs:labelW (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DDialog.c218 dw->dialog.labelW = XtCreateManagedWidget("label", labelWidgetClass,
222 XtHeight(dw->dialog.labelW) < XtHeight(dw->dialog.iconW)) {
224 XtSetValues(dw->dialog.labelW, arglist, 1);
245 constraint->form.vert_base = dw->dialog.labelW;
255 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW)
301 ((DialogConstraints)w->dialog.labelW->core.constraints)->
307 ((DialogConstraints)w->dialog.labelW->core.constraints)->
319 XtHeight(w->dialog.labelW) <= XtHeight(w->dialog.iconW)) {
323 XtSetValues(w->dialog.labelW, args, num_args);
375 XtGetValues(src->dialog.labelW,
[all...]
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DDialogP.h76 Widget labelW; /* widget to display description */ member in struct:_DialogPart

Completed in 3 milliseconds