Searched refs:H_PADDING (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libgdl/
H A Dgdl-switcher.c97 #define H_PADDING 2 macro
290 optimal_layout_width = H_PADDING;
297 optimal_layout_width += requisition.width + H_PADDING;
303 btns_per_row = allocation.width / (max_btn_width + H_PADDING);
395 x = H_PADDING + allocation.x;
400 - (len * H_PADDING)) / len;
423 x += child_allocation.width + H_PADDING;
530 button_width = button_requisition.width + 2 * H_PADDING;

Completed in 15 milliseconds