Lines Matching defs:newbbw
550 BoxWidget newbbw = (BoxWidget)new;
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->core.width = newbbw->box.preferred_width;
560 if (newbbw->core.height == 0)
561 newbbw->core.height = newbbw->box.preferred_height;