Home | History | Annotate | Download | only in gtk

Lines Matching refs:focusPad

128     gint focusWidth, focusPad;
131 "focus-padding", &focusPad, NULL);
132 rect.inflate(focusWidth + focusPad);
292 gint focusWidth, focusPad;
296 "focus-padding", &focusPad,
305 buttonRect = IntRect(buttonRect.x() + borderWidth.left + focusPad, buttonRect.y() + borderWidth.top + focusPad,
306 buttonRect.width() - (2 * focusPad + borderWidth.left + borderWidth.right),
307 buttonRect.height() - (2 * focusPad + borderWidth.top + borderWidth.bottom));
309 buttonRect.inflate(focusWidth + focusPad);
355 gint focusWidth, focusPad;
359 "focus-padding", &focusPad, NULL);
360 focus = interiorFocus ? focusWidth + focusPad : 0;
438 gint focusWidth, focusPad;
444 "focus-padding", &focusPad,
455 focusWidth += focusPad;
577 gint focusWidth, focusPad;
581 "focus-padding", &focusPad,
585 focusRect.inflate(focusWidth + focusPad);
617 gint focusWidth, focusPad;
620 "focus-padding", &focusPad, NULL);
622 focusRect.inflate(focusWidth + focusPad);