Searched refs:layout (Results 1 - 25 of 157) sorted by path

1234567

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex165 their general layout, it follow subsections discussing the major parts.
184 The layout of the resources in a file is shown in figure
185 \ref{fig:resources-layout}.
209 \label{fig:resources-layout}
425 The following grammar specifies the layout of the resource info table.
605 \item{The resources layout: The general layout of the resources is not very
606 well understood. The layout presented in figure \ref{fig:resources-layout}
/haiku/headers/libs/alm/
H A DALMGroup.h41 void BuildLayout(BALMLayout* layout,
53 void _Build(BALMLayout* layout,
H A DALMLayout.h41 * A GUI layout engine using the Auckland Layout Model (ALM).
183 /* return false to abandon layout, true to use layout */
184 virtual bool OnBadLayout(BALMLayout* layout,
193 virtual bool OnBadLayout(BALMLayout* layout,
H A DALMLayoutBuilder.h28 BALMLayout* layout);
33 BALMLayout* layout);
34 BALMLayoutBuilder(BALMLayout* layout);
H A DTab.h32 bool IsInLayout(BALMLayout* layout);
33 bool AddedToLayout(BALMLayout* layout);
34 void LayoutLeaving(BALMLayout* layout);
35 bool IsSuitableFor(BALMLayout* layout);
51 XTab(BALMLayout* layout);
66 YTab(BALMLayout* layout);
/haiku/headers/os/interface/
H A DAbstractLayout.h60 virtual void DetachedFromLayout(BLayout* layout);
H A DAbstractLayoutItem.h47 virtual void DetachedFromLayout(BLayout* layout);
H A DCardView.h19 virtual void SetLayout(BLayout* layout);
H A DColorControl.h28 color_control_layout layout,
39 virtual void SetLayout(BLayout* layout);
55 virtual void SetLayout(color_control_layout layout);
92 void _InitData(color_control_layout layout,
H A DGridLayoutBuilder.h15 BGridLayoutBuilder(BGridLayout* layout);
H A DGridView.h23 virtual void SetLayout(BLayout* layout);
H A DGroupLayoutBuilder.h17 BGroupLayoutBuilder(BGroupLayout* layout);
45 bool _PushLayout(BGroupLayout* layout);
H A DGroupView.h24 virtual void SetLayout(BLayout* layout);
H A DLayout.h85 virtual void DetachedFromLayout(BLayout* layout);
90 // To be called when layout data is known to be good
H A DLayoutItem.h72 virtual void DetachedFromLayout(BLayout* layout);
77 void SetLayout(BLayout* layout);
H A DMenuBar.h31 menu_layout layout = B_ITEMS_IN_ROW,
34 menu_layout layout = B_ITEMS_IN_ROW,
104 void _InitData(menu_layout layout);
H A DPopUpMenu.h17 menu_layout layout = B_ITEMS_IN_COLUMN);
H A DSplitView.h75 virtual void SetLayout(BLayout* layout);
/haiku/headers/private/binary_compatibility/
H A DInterface.h41 BLayout* layout; member in struct:perform_data_set_layout
/haiku/headers/private/mail/
H A DProtocolConfigView.h80 BTextControl* _AddTextControl(BGridLayout* layout,
82 BMenuField* _AddMenuField(BGridLayout* layout,
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.h169 int32 layout);
196 int32 layout);
H A DMediaNodePanel.h121 // is called by the MediaRoutingView when the layout
125 int32 layout);
171 int32 layout);
174 int32 layout);
195 // cached position in the "other" layout
H A DMediaRoutingView.h101 // "layout" int32: M_ICON_VIEW / M_MINI_ICON_VIEW
270 // layout and font size and rearrange if necessary
272 layout_t layout);
369 // the current layout
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractGeneralPage.cpp38 BGridLayout* layout = fDataView->GridLayout(); local
39 int32 row = layout->CountRows();
40 layout->AddView(new LabelView(label), 0, row);
43 layout->AddView(dataView, 1, row);
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp112 BGroupLayout* layout = new BGroupLayout(B_VERTICAL, 0); local
113 SetLayout(layout);
118 layout->AddView(menuBar, 0);
138 layout->AddView(tabView, 999);

Completed in 132 milliseconds

1234567