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