Searched refs:layout (Results 151 - 157 of 157) sorted by relevance

1234567

/haiku/src/kits/interface/
H A DScrollView.cpp72 // This will not work for managed archives (when the layout kit is used).
698 BScrollView::SetLayout(data->layout);
736 // If the user set a layout, we let the base class version call its hook.
790 // layout target and add it
H A DSlider.cpp344 BSlider::SetLayout(data->layout);
433 // When using a layout we may not have a parent, so we need to employ the
1237 // which do not use the new layout system.
1250 // use the new layout system.
1537 // #pragma mark - layout related
H A DScrollBar.cpp1120 BScrollBar::SetLayout(data->layout);
H A DMenuField.cpp698 // We should never get here, since layout support means, we also
699 // layout the divider, and don't use this method at all.
892 BMenuField::SetLayout(data->layout);
943 // Bail out, if we shan't do layout.
949 // If the user set a layout, we let the base class version call its
972 // We have valid layout items, they define the divider location.
1350 // If we shan't do real layout, we let the current divider take influence.
H A DListView.cpp1534 BListView::SetLayout(data->layout);
H A DTextView.cpp1115 BTextView::SetLayout(data->layout);
1632 // ToDo: maybe only invalidate the layout (depending on
2767 // Bail out, if we shan't do layout.
2773 // If the user set a layout, we let the base class version call its
/haiku/src/apps/mail/
H A DContent.cpp593 BGroupLayout* layout = new BGroupLayout(B_VERTICAL, 0);
594 SetLayout(layout);

Completed in 86 milliseconds

1234567