Searched defs:hbar (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextP.h | 162 Widget vbar, hbar; /* The scroll bars (none = NULL). */ member in struct:_TextPart
|
H A D | Xaw3_1Text.c | 346 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...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextP.h | 203 Widget vbar, hbar; /* The scroll bars (none = NULL). */ member in struct:_TextPart
|
H A D | Text.c | 353 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...] |
Completed in 57 milliseconds