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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c353 Widget vbar = ctx->text.vbar, hbar = ctx->text.hbar; local
356 if (ctx->text.hbar == NULL) return;
361 XtResizeWidget( hbar, ctx->core.width - left, hbar->core.height,
362 hbar->core.border_width );
364 left -= (Position) hbar->core.border_width;
366 top = ctx->core.height - ( hbar->core.height + hbar->core.border_width);
367 XtMoveWidget( hbar, lef
448 Widget hbar; local
478 Widget hbar = ctx->text.hbar; local
[all...]
H A DTextP.h203 Widget vbar, hbar; /* The scroll bars (none = NULL). */ member in struct:_TextPart
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c346 Widget vbar = ctx->text.vbar, hbar = ctx->text.hbar; local
349 if (ctx->text.hbar == NULL) return;
354 XtResizeWidget( hbar, ctx->core.width - left, hbar->core.height,
355 hbar->core.border_width );
357 left -= (Position) hbar->core.border_width;
359 top = ctx->core.height - ( hbar->core.height + hbar->core.border_width);
360 XtMoveWidget( hbar, lef
434 Widget hbar; local
461 Widget hbar = ctx->text.hbar; local
[all...]
H A DXaw3_1TextP.h162 Widget vbar, hbar; /* The scroll bars (none = NULL). */ member in struct:_TextPart

Completed in 59 milliseconds