Searched defs:newbbw (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Box.c550 BoxWidget newbbw = (BoxWidget)new; local
552 newbbw->box.last_query_mode = CWWidth | CWHeight;
553 newbbw->box.last_query_width = newbbw->box.last_query_height = 0;
554 newbbw->box.preferred_width = Max(newbbw->box.h_space, 1);
555 newbbw->box.preferred_height = Max(newbbw->box.v_space, 1);
557 if (newbbw->core.width == 0)
558 newbbw
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c581 BoxWidget newbbw = (BoxWidget)new; local
583 newbbw->box.last_query_mode = CWWidth | CWHeight;
584 newbbw->box.last_query_width = newbbw->box.last_query_height = 0;
585 newbbw->box.preferred_width = Max(newbbw->box.h_space, 1);
586 newbbw->box.preferred_height = Max(newbbw->box.v_space, 1);
588 if (newbbw->core.width == 0)
589 newbbw
[all...]

Completed in 12 milliseconds