Searched refs:SetWidth (Results 1 - 25 of 45) sorted by path

12

/haiku/headers/os/interface/
H A DListItem.h40 void SetWidth(float width);
H A DSize.h30 inline void SetWidth(float width);
93 BSize::SetWidth(float width) function in class:BSize
/haiku/headers/private/interface/
H A DColumnListView.h175 void SetWidth(float width);
H A DColumnTypes.h68 void SetWidth(float);
103 void SetWidth(float);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp211 Header::SetWidth(float width) function in class:Header
711 fHeader->SetWidth(width);
H A DHeaderView.h75 void SetWidth(float width);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumns.cpp87 fField.SetWidth(Width());
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.h38 bool SetWidth(float width);
H A DCharacterStyleData.cpp168 CharacterStyleData::SetWidth(float width) function in class:CharacterStyleData
H A DCharacterStyleData.h63 CharacterStyleDataRef SetWidth(float width);
H A DTextView.cpp33 fTextLayout.SetWidth(Bounds().Width());
48 fTextLayout.SetWidth(width);
85 layout.SetWidth(width);
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.cpp66 PrintOptions::SetWidth(float w) function in class:PrintOptions
264 fCurrentOptions.SetWidth(value);
H A DPrintOptionsWindow.h47 void SetWidth(float width);
/haiku/src/apps/switcher/
H A DWindowsView.cpp157 SetWidth((int32)ceilf(owner->StringWidth(fText.String())));
170 virtual void SetWidth(int32 width) function in class:StringItemRenderer
254 virtual void SetWidth(int32 width) function in class:WindowRenderer
256 StringItemRenderer::SetWidth(width + 20);
/haiku/src/kits/interface/
H A DListItem.cpp141 BListItem::SetWidth(float width) function in class:BListItem
153 SetWidth(owner->Bounds().Width());
H A DStringItem.cpp123 SetWidth(font->StringWidth(fText)
/haiku/src/kits/shared/
H A DTextTable.cpp63 void SetWidth(int32 width) function in struct:BPrivate::TextTable::Column
239 column->SetWidth(column->NeededWidth() - truncateBy);
243 column->SetWidth(column->NeededWidth());
/haiku/src/preferences/locale/
H A DLanguageListView.cpp143 SetWidth(Width() + iconSize + be_control_look->DefaultLabelSpacing());
/haiku/src/preferences/network/
H A DNetworkSettingsAddOn.cpp196 SetWidth(owner->StringWidth(fLabel) + 2 * fSpacing
H A DServiceListItem.cpp106 SetWidth(font->StringWidth(fLabel)
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp80 SetWidth(Width() + iconSize + be_control_look->DefaultLabelSpacing());
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp118 SetWidth(width);
195 SetWidth(width);
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp238 SetWidth(width);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp149 SetWidth(font->StringWidth(m_info.name));
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1704 header->SetWidth(headerWidth);

Completed in 144 milliseconds

12