Home
last modified time | relevance | path

Searched refs:box_major (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DButtonBox.c837 Dimension box_major, box_minor; in LayoutChildren() local
855 box_major = bbox->core.width; in LayoutChildren()
862 box_major = bbox->core.height; in LayoutChildren()
866 box_major -= 2 * margin_major; in LayoutChildren()
868 box_major = 1; in LayoutChildren()
883 pad = ((float) box_major - in LayoutChildren()
1063 box_major = bbox->core.width; in CalcChildSize()
1072 box_major = bbox->core.height; in CalcChildSize()
1081 box_major -= (2 * margin_major); in CalcChildSize()
1083 box_major = 1; in CalcChildSize()
[all …]