Lines Matching defs:bottom
129 offset(text.r_margin.bottom), XtRImmediate, (caddr_t)2},
466 ctx->text.r_margin.bottom -= hbar->core.height + hbar->core.border_width;
467 ctx->text.margin.bottom = ctx->text.r_margin.bottom;
922 * does not jump off the bottom of the window.
1089 if (n < lt->lines) n++; /* update descenders at bottom */
1797 if ( done_painting || (y >= ctx->core.height - ctx->text.margin.bottom) )
2011 * the bottom of the window. It is used by the keyboard input routine.
2201 int right = rect->width + x, bottom = rect->height + y;
2204 IsValidLine(ctx, line) && (info->y < bottom)); line++, info++)
2332 * Find out the bottom the visable window, and make sure that the
2486 if (oldtw->text.r_margin.bottom != newtw->text.r_margin.bottom) {
2487 newtw->text.margin.bottom = newtw->text.r_margin.bottom;
2489 newtw->text.margin.bottom += newtw->text.hbar->core.height +