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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Dialog.c155 dw->dialog.labelW = XtCreateManagedWidget( "label", labelWidgetClass,
159 (dw->dialog.labelW->core.height < dw->dialog.iconW->core.height)) {
161 XtSetValues( dw->dialog.labelW, arglist, ONE );
181 constraint->form.vert_base = dw->dialog.labelW;
190 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW)
240 ((DialogConstraints)w->dialog.labelW->core.constraints)->
245 ((DialogConstraints)w->dialog.labelW->core.constraints)->
256 (w->dialog.labelW->core.height <= w->dialog.iconW->core.height)) {
260 XtSetValues( w->dialog.labelW, args, num_args );
313 dw->dialog.labelW
[all...]
H A DXaw3_1DialogP.h55 Widget labelW; /* widget to display description*/ member in struct:_DialogPart
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DDialog.c179 dw->dialog.labelW = XtCreateManagedWidget( "label", labelWidgetClass,
183 (dw->dialog.labelW->core.height < dw->dialog.iconW->core.height)) {
185 XtSetValues( dw->dialog.labelW, arglist, ONE );
207 constraint->form.vert_base = dw->dialog.labelW;
216 if (*childP == dw->dialog.labelW || *childP == dw->dialog.valueW)
266 ((DialogConstraints)w->dialog.labelW->core.constraints)->
271 ((DialogConstraints)w->dialog.labelW->core.constraints)->
282 (w->dialog.labelW->core.height <= w->dialog.iconW->core.height)) {
286 XtSetValues( w->dialog.labelW, args, num_args );
368 dw->dialog.labelW
[all...]
H A DDialogP.h79 Widget labelW; /* widget to display description*/ member in struct:_DialogPart

Completed in 37 milliseconds