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

1234567

/haiku/src/apps/mail/
H A DPrefs.cpp78 add_menu_to_layout(BMenuField* menu, BGridLayout* layout, int32& row) argument
81 layout->AddItem(menu->CreateLabelLayoutItem(), 0, row);
82 layout->AddItem(menu->CreateMenuBarLayoutItem(), 1, row, 2);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp166 BLayout* layout = view->Parent()->GetLayout(); local
167 int32 index = layout->IndexOfView(view);
168 return layout->ItemAt(index);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp389 // Convert last item's bottom point to its layout group coordinates
570 BLayout* layout = view->Parent()->GetLayout(); local
571 int32 index = layout->IndexOfView(view);
572 return layout->ItemAt(index);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.cpp68 // layout
70 SliderView::layout(BRect frame) function in class:SliderView
/haiku/src/kits/interface/
H A DCheckBox.cpp433 BCheckBox::SetLayout(data->layout);
H A DRadioButton.cpp443 BRadioButton::SetLayout(data->layout);
H A DControl.cpp508 BControl::SetLayout(data->layout);
H A DStringView.cpp544 BStringView::SetLayout(data->layout);
H A DMenuPrivate.cpp115 MenuPrivate::SetLayout(menu_layout layout) argument
117 fMenu->fLayout = layout;
H A DWindow.cpp2145 BWindow::SetLayout(data->layout);
2624 BWindow::SetLayout(BLayout* layout) argument
2626 // Adopt layout's colors for fTopView
2627 if (layout != NULL)
2628 fTopView->AdoptViewColors(layout->View());
2630 fTopView->SetLayout(layout);
2653 // Do the actual layout
4104 _ReservedWindow1__7BWindow(BWindow* window, BLayout* layout) argument
4108 data.layout = layout;
[all...]
H A DMenu.cpp246 BMenu::BMenu(const char* name, menu_layout layout) argument
258 fLayout(layout),
685 // If the user set a layout, we let the base class version call its
716 // invalidate the menu layout, but we also use call
741 "be called if the menu layout is not B_ITEMS_IN_MATRIX");
774 "be called if the menu layout is B_ITEMS_IN_MATRIX");
825 "be called if the menu layout is not B_ITEMS_IN_MATRIX");
847 "be called if the menu layout is B_ITEMS_IN_MATRIX");
884 // Make sure we update the layout if needed.
1277 BMenu::SetLayout(data->layout);
1303 BMenu(BRect frame, const char* name, uint32 resizingMode, uint32 flags, menu_layout layout, bool resizeToFit) argument
[all...]
H A DDragger.cpp488 BDragger::SetLayout(data->layout);
H A DButton.cpp555 BButton::SetLayout(data->layout);
H A DAlert.cpp468 BAlert::SetLayout(data->layout);
588 /*! Tweaks the layout according to the configuration.
H A DStatusBar.cpp670 BStatusBar::SetLayout(data->layout);
H A DSplitLayout.cpp73 SplitterItem(BSplitLayout* layout) argument
75 fLayout(layout),
590 // layout the elements
624 // layout the splitter
638 // layout the item
689 // Things shouldn't be draggable, if we have a >= max layout.
937 // update the layout frame
957 // layout the item
978 // if the item became visible, we need to update its internal layout
1129 // something changed: we need to recompute the layout
[all...]
H A DTextControl.cpp868 // Bail out, if we shan't do layout.
874 // If the user set a layout, we let the base class version call its
898 // We have layout items. They define the divider location.
980 BTextControl::SetLayout(data->layout);
1246 // If we shan't do real layout, we let the current divider take influence.
H A DOutlineListView.cpp565 BOutlineListView::SetLayout(data->layout);
/haiku/headers/os/interface/
H A DWindow.h270 virtual void SetLayout(BLayout* layout);
H A DView.h154 BLayout* layout = NULL);
607 // layout related
630 virtual void SetLayout(BLayout* layout);
/haiku/src/kits/tracker/
H A DFindPanel.cpp2091 BGroupLayout* layout = dynamic_cast<BGroupLayout*>(box->GetLayout()); local
2093 ASSERT(layout != NULL);
2095 if (layout == NULL)
2098 BLayoutBuilder::Group<>(layout)
2128 // reset layout
2520 // reset layout
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp112 KeyboardLayoutView::SetKeyboardLayout(KeyboardLayout* layout) argument
114 fLayout = layout;
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp154 BLayout* layout = view->Parent()->GetLayout(); local
155 int32 index = layout->IndexOfView(view);
156 return layout->ItemAt(index);
/haiku/src/apps/magnify/
H A DMagnify.cpp1208 TMenu::TMenu(TWindow *mainWindow, const char *title, menu_layout layout) argument
1209 : BMenu(title, layout),
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp288 // layout
290 IconButton::layout(BRect rect) function in class:IconButton

Completed in 208 milliseconds

1234567