Lines Matching refs:borderWidth
260 button->w3.w.width += (2 * button->w3.borderWidth);
263 button->w3.w.height += (2 * button->w3.borderWidth);
430 d->w3.borderWidth =
431 get_integer_resource("borderWidth", "BorderWidth", 1);
473 d->okButton.w3.borderWidth =
474 get_integer_resource("okButton.borderWidth", "Button.BorderWidth", 1);
509 d->cancelButton.w3.borderWidth =
510 get_integer_resource("cancelButton.borderWidth", "Button.BorderWidth",
555 d->indicator.w3.borderWidth =
556 get_integer_resource("indicator.borderWidth", "Indicator.BorderWidth",
573 d->indicator.w3.w.width += (2 * d->indicator.w3.borderWidth);
575 d->indicator.w3.w.height += (2 * d->indicator.w3.borderWidth);
762 d->w3.borderWidth,
835 gcv.line_width = d->w3.borderWidth;
920 if (button.w3.borderWidth > 0) {
933 x = (button.w3.w.x + button.w3.borderWidth);
934 y = (button.w3.w.y + button.w3.borderWidth);
935 width = (button.w3.w.width - (2 * button.w3.borderWidth));
936 height = (button.w3.w.height - (2 * button.w3.borderWidth));
991 if (indicator.parent->w3.borderWidth > 0) {
1000 x = (indicator.w.x + indicator.parent->w3.borderWidth);
1001 y = (indicator.w.y + indicator.parent->w3.borderWidth);
1002 width = (indicator.w.width - (2 * indicator.parent->w3.borderWidth));
1003 height = (indicator.w.height - (2 * indicator.parent->w3.borderWidth));
1341 if ((x >= (button.w3.w.x + button.w3.borderWidth)) &&
1343 (2 * button.w3.borderWidth))) &&
1344 (y >= (button.w3.w.y + button.w3.borderWidth)) &&
1346 (2 * button.w3.borderWidth)))) {