Symbol: SetExplicitSize
headers/os/interface/LayoutItem.h
36
void SetExplicitSize(BSize size);
headers/os/interface/View.h
657
void SetExplicitSize(BSize size);
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
622
fTeamName->SetExplicitSize(BSize(StringWidth("x") * 60, B_SIZE_UNSET));
src/apps/diskprobe/ProbeView.cpp
237
SetExplicitSize(fBitmap->Bounds().Size());
src/apps/expander/ExpanderWindow.cpp
116
fDestButton->SetExplicitSize(size);
src/apps/expander/ExpanderWindow.cpp
117
fSourceButton->SetExplicitSize(size);
src/apps/expander/ExpanderWindow.cpp
118
fExpandButton->SetExplicitSize(size);
src/apps/haikudepot/ui/ToLatestUserUsageConditionsWindow.cpp
142
fWorkerIndicator->SetExplicitSize(workerIndicatorSize);
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
119
fWorkerIndicator->SetExplicitSize(workerIndicatorSize);
src/apps/haikudepot/ui/WorkStatusView.cpp
46
fBarberPole->SetExplicitSize(kStatusBarSize);
src/apps/haikudepot/ui/WorkStatusView.cpp
49
fProgressBar->SetExplicitSize(kStatusBarSize);
src/apps/installer/EULAWindow.cpp
101
GetLayout()->SetExplicitSize(BSize(be_plain_font->StringWidth("M") * 60, lineHeight * 30));
src/apps/mediaconverter/MediaConverterWindow.cpp
202
startDuration->SetExplicitSize(BSize(padding * kDurationWidth, B_SIZE_UNSET));
src/apps/mediaconverter/MediaConverterWindow.cpp
207
endDuration->SetExplicitSize(BSize(padding * kDurationWidth, B_SIZE_UNSET));
src/apps/mediaconverter/MediaConverterWindow.cpp
218
fVideoQualitySlider->SetExplicitSize(BSize(padding * kQualitySliderWidth,
src/apps/mediaconverter/MediaConverterWindow.cpp
228
fAudioQualitySlider->SetExplicitSize(BSize(padding * kQualitySliderWidth,
src/apps/webpositive/support/FontSelectionView.cpp
104
fPreviewTextView->SetExplicitSize(
src/apps/webpositive/support/FontSelectionView.cpp
508
fPreviewTextView->SetExplicitSize(
src/kits/interface/AboutWindow.cpp
113
SetExplicitSize(BSize(width, B_SIZE_UNSET));
src/kits/interface/AboutWindow.cpp
155
SetExplicitSize(BSize(width, B_SIZE_UNSET));
src/kits/interface/Alert.cpp
613
button->SetExplicitSize(BSize(usualWidth, B_SIZE_UNSET));
src/kits/interface/Alert.cpp
628
button->SetExplicitSize(BSize(maxWidth, B_SIZE_UNSET));
src/kits/shared/ColorPreview.cpp
40
SetExplicitSize(BSize(roundf(StringWidth("M") * 6), roundf(StringWidth("M") * 6)));
src/kits/tracker/FindPanel.cpp
1472
menuBar->SetExplicitSize(size);
src/kits/tracker/infowindow/FilePermissionsView.cpp
143
ownerRightLabel->SetExplicitSize(maxSize);
src/kits/tracker/infowindow/FilePermissionsView.cpp
144
groupRightLabel->SetExplicitSize(maxSize);
src/kits/tracker/infowindow/FilePermissionsView.cpp
145
otherRightLabel->SetExplicitSize(maxSize);
src/kits/tracker/infowindow/FilePermissionsView.cpp
83
SetExplicitSize(fExplicitSize);
src/kits/tracker/infowindow/HeaderView.cpp
84
SetExplicitSize(BSize(B_SIZE_UNSET, fIconRect.Width() + 2 * fIconRect.top));
src/preferences/appearance/FakeScrollBar.cpp
41
SetExplicitSize(BSize(B_SIZE_UNSET, height));
src/preferences/appearance/FontSelectionView.cpp
115
fPreviewTextView->SetExplicitSize(BSize(fPreviewTextWidth,
src/preferences/appearance/FontSelectionView.cpp
264
fPreviewTextView->SetExplicitSize(BSize(fPreviewTextWidth,
src/preferences/datatranslations/DataTranslationsWindow.cpp
114
fTranslatorListView->SetExplicitSize(BSize(maxWidth + 20, B_SIZE_UNSET));
src/preferences/mail/ConfigWindow.cpp
177
SetExplicitSize(bitmap->Bounds().Size());
src/preferences/network/NetworkWindow.cpp
178
fListView->SetExplicitSize(BSize(width, B_SIZE_UNSET));
src/preferences/repositories/RepositoriesView.cpp
113
fListStatusView->SetExplicitSize(statusViewSize);
src/preferences/repositories/RepositoriesView.cpp
115
fStatusContainerView->SetExplicitSize(statusViewSize);
src/preferences/repositories/RepositoriesView.cpp
144
fAddButton->SetExplicitSize(btnSize);
src/preferences/repositories/RepositoriesView.cpp
146
fRemoveButton->SetExplicitSize(btnSize);
src/preferences/screensaver/PreviewView.cpp
144
fSaverView->SetExplicitSize(BSize(previewWidth, previewHeight));
src/preferences/screensaver/PreviewView.cpp
147
fNoPreview->SetExplicitSize(BSize(previewWidth, previewHeight));
src/preferences/sounds/HWindow.cpp
330
stopbutton->SetExplicitSize(buttonsSize);
src/preferences/sounds/HWindow.cpp
338
fPlayButton->SetExplicitSize(buttonsSize);
src/preferences/time/NetworkTimeView.cpp
477
fAddButton->SetExplicitSize(BSize(kButtonWidth, kButtonWidth));
src/preferences/time/NetworkTimeView.cpp
481
fRemoveButton->SetExplicitSize(BSize(kButtonWidth, kButtonWidth));
src/servers/notification/NotificationWindow.cpp
444
GetLayout()->SetExplicitSize(BSize(fWidth, B_SIZE_UNSET));