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

/xsrc/external/mit/libXaw/dist/src/
H A DSimpleMenu.c1620 int n, columns, test_h, num_children = 0; local in function:CalculateNewSize
1642 width = height = tmp_w = tmp_h = n = test_h = 0;
1655 if (!test_h)
1656 test_h = height_kid;
1657 else if (test_h != height_kid)
1688 height = test_h * (xaw->simple_menu.label ?
1692 max_dim -= max_dim % test_h;
1694 if (space >= test_h * columns) {
1696 if (height % test_h)
1697 height += test_h
[all...]

Completed in 3 milliseconds