Home | History | Annotate | Download | only in gtk

Lines Matching refs:outerBorder

300     int outerBorder = gtk_container_get_border_width(GTK_CONTAINER(button));
307 left = outerBorder + innerBorder->left + style->xthickness;
308 right = outerBorder + innerBorder->right + style->xthickness;
309 top = outerBorder + innerBorder->top + style->ythickness;
310 bottom = outerBorder + innerBorder->bottom + style->ythickness;