Symbol: SetWidth
headers/os/interface/ListItem.h
40
void SetWidth(float width);
headers/os/interface/Size.h
30
inline void SetWidth(float width);
headers/private/interface/ColumnListView.h
175
void SetWidth(float width);
headers/private/interface/ColumnTypes.h
103
void SetWidth(float);
headers/private/interface/ColumnTypes.h
68
void SetWidth(float);
src/apps/bootmanager/DrivesPage.cpp
238
SetWidth(width);
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
149
SetWidth(font->StringWidth(m_info.name));
src/apps/debuganalyzer/gui/HeaderView.cpp
712
fHeader->SetWidth(width);
src/apps/debuganalyzer/gui/HeaderView.h
75
void SetWidth(float width);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1704
header->SetWidth(headerWidth);
src/apps/debuganalyzer/gui/table/TableColumns.cpp
87
fField.SetWidth(Width());
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
644
fField.SetWidth(Width());
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
118
bitmapField->SetWidth(width);
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
140
stringField->SetWidth(width);
src/apps/drivesetup/PartitionList.cpp
134
bitmapField->SetWidth(width);
src/apps/drivesetup/PartitionList.cpp
156
stringField->SetWidth(width);
src/apps/haikudepot/textview/CharacterStyle.cpp
193
CharacterStyleDataRef data = fStyleData->SetWidth(width);
src/apps/haikudepot/textview/CharacterStyle.h
38
bool SetWidth(float width);
src/apps/haikudepot/textview/CharacterStyleData.h
63
CharacterStyleDataRef SetWidth(float width);
src/apps/haikudepot/textview/ParagraphLayout.h
184
void SetWidth(float width);
src/apps/haikudepot/textview/TextDocumentLayout.cpp
393
info.layout->SetWidth(fWidth);
src/apps/haikudepot/textview/TextDocumentLayout.h
81
void SetWidth(float width);
src/apps/haikudepot/textview/TextDocumentView.cpp
122
fTextDocumentLayout.SetWidth(width);
src/apps/haikudepot/textview/TextDocumentView.cpp
285
layout.SetWidth(_TextLayoutWidth(width));
src/apps/haikudepot/textview/TextDocumentView.cpp
42
fTextDocumentLayout.SetWidth(_TextLayoutWidth(Bounds().Width()));
src/apps/haikudepot/textview/TextDocumentView.cpp
95
fTextDocumentLayout.SetWidth(_TextLayoutWidth(Bounds().Width()));
src/apps/haikudepot/textview/TextView.cpp
33
fTextLayout.SetWidth(Bounds().Width());
src/apps/haikudepot/textview/TextView.cpp
48
fTextLayout.SetWidth(width);
src/apps/haikudepot/textview/TextView.cpp
85
layout.SetWidth(width);
src/apps/haikudepot/ui/PackageListView.cpp
601
stringField->SetWidth(width);
src/apps/haikudepot/ui/PackageListView.cpp
613
lazyStringField->SetWidth(width);
src/apps/haikudepot/ui/PackageListView.cpp
88
void SetWidth(float);
src/apps/haikudepot/ui/ScreenshotWindow.cpp
324
size.SetWidth(w);
src/apps/showimage/PrintOptionsWindow.cpp
264
fCurrentOptions.SetWidth(value);
src/apps/showimage/PrintOptionsWindow.h
47
void SetWidth(float width);
src/apps/showimage/ShowImageWindow.cpp
1416
fPrintOptions.SetWidth(
src/apps/showimage/ShowImageWindow.cpp
1471
fPrintOptions.SetWidth(fImageView->Bitmap()->Bounds().Width() + 1);
src/apps/switcher/WindowsView.cpp
157
SetWidth((int32)ceilf(owner->StringWidth(fText.String())));
src/apps/switcher/WindowsView.cpp
256
StringItemRenderer::SetWidth(width + 20);
src/kits/interface/ColumnListView.cpp
1176
column->SetWidth(column->MinWidth());
src/kits/interface/ColumnListView.cpp
1178
column->SetWidth(column->MaxWidth());
src/kits/interface/ColumnListView.cpp
1285
column->SetWidth(width);
src/kits/interface/ColumnListView.cpp
2064
column->SetWidth(width);
src/kits/interface/ColumnListView.cpp
2612
fSelectedColumn->SetWidth(width);
src/kits/interface/ColumnListView.cpp
2614
fSelectedColumn->SetWidth(maxWidth);
src/kits/interface/ColumnListView.cpp
2616
fSelectedColumn->SetWidth(minWidth);
src/kits/interface/ColumnListView.cpp
2618
fSelectedColumn->SetWidth(position.x - fSelectedColumnRect.left - 1);
src/kits/interface/ColumnTypes.cpp
219
field->SetWidth(width);
src/kits/interface/ColumnTypes.cpp
364
field->SetWidth(width);
src/kits/interface/ListItem.cpp
153
SetWidth(owner->Bounds().Width());
src/kits/interface/StringItem.cpp
123
SetWidth(font->StringWidth(fText)
src/kits/shared/BarberPole.cpp
293
result.SetWidth(50);
src/kits/shared/TextTable.cpp
262
column->SetWidth(column->NeededWidth() - truncateBy);
src/kits/shared/TextTable.cpp
266
column->SetWidth(column->NeededWidth());
src/kits/tracker/PoseView.cpp
9682
column->SetWidth(newSize);
src/kits/tracker/ViewState.h
248
BColumn::SetWidth(float w)
src/kits/tracker/ViewState.h
79
void SetWidth(float);
src/preferences/filetypes/MimeTypeListView.cpp
134
SetWidth(Width() + iconSize.Width() + 2.0f);
src/preferences/input/InputDeviceView.cpp
127
SetWidth(renderer.ItemWidth());
src/preferences/locale/LanguageListView.cpp
143
SetWidth(Width() + iconSize + be_control_look->DefaultLabelSpacing());
src/preferences/media/MediaListItem.cpp
171
SetWidth(renderer.ItemWidth());
src/preferences/network/InterfaceListItem.cpp
152
SetWidth(fIcon->Bounds().Width() + 36
src/preferences/network/NetworkSettingsAddOn.cpp
196
SetWidth(owner->StringWidth(fLabel) + 2 * fSpacing
src/preferences/network/ServiceListItem.cpp
106
SetWidth(font->StringWidth(fLabel)
src/preferences/time/TimeZoneListItem.cpp
80
SetWidth(Width() + iconSize + be_control_look->DefaultLabelSpacing());
src/tests/kits/interface/flatten_picture/TestResultItem.cpp
118
SetWidth(width);
src/tests/kits/interface/flatten_picture/TestResultItem.cpp
195
SetWidth(width);