HomeSort by: relevance | last modified time | path
    Searched refs:labelW (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
Dialog.c 218 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, a, 1)
    [all...]
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
DialogP.h 76 Widget labelW; /* widget to display description */

Completed in 4 milliseconds