Searched refs:SetItemWeight (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/os/interface/
H A DSplitView.h40 void SetItemWeight(int32 index, float weight,
42 void SetItemWeight(BLayoutItem* item, float weight);
H A DGroupLayout.h24 void SetItemWeight(int32 index, float weight);
/haiku/src/apps/debugger/user_interface/gui/util/
H A DGuiSettingsUtils.cpp38 view->SetItemWeight(i, weight, i == view->CountItems() - 1);
/haiku/src/kits/interface/
H A DSplitView.cpp142 BSplitView::SetItemWeight(int32 index, float weight, bool invalidateLayout) function in class:BSplitView
144 fSplitLayout->SetItemWeight(index, weight, invalidateLayout);
149 BSplitView::SetItemWeight(BLayoutItem* item, float weight) function in class:BSplitView
151 fSplitLayout->SetItemWeight(item, weight);
H A DSplitLayout.h60 void SetItemWeight(int32 index, float weight,
62 void SetItemWeight(BLayoutItem* item, float weight);
H A DSplitLayout.cpp376 SetItemWeight(item, weight);
408 SetItemWeight(item, weight);
434 BSplitLayout::SetItemWeight(int32 index, float weight, bool invalidateLayout) function in class:BSplitLayout
440 SetItemWeight(item, weight);
458 BSplitLayout::SetItemWeight(BLayoutItem* item, float weight) function in class:BSplitLayout
829 SetItemWeight(splitter, 0);
833 SetItemWeight(item, 1);
1233 SetItemWeight(i, weight, false);
H A DGroupLayout.cpp111 BGroupLayout::SetItemWeight(int32 index, float weight) function in class:BGroupLayout
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp587 fMainSplitView->SetItemWeight(0, leftWeight, false);
588 fMainSplitView->SetItemWeight(1, rightWeight, true);

Completed in 65 milliseconds