Lines Matching defs:border
492 enum { NONE, LEFT, RIGHT, TOP, BOTTOM } border = NONE;
521 border = LEFT;
523 border = RIGHT;
525 border = TOP;
527 border = BOTTOM;
531 (border == LEFT || border == TOP))
534 border != NONE) {
656 lines = options_get_number(o, "popup-border-lines");
686 style_apply(&pd->border_cell, o, "popup-border-style", NULL);