Searched refs:BSize (Results 351 - 375 of 403) sorted by relevance

<<11121314151617

/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp378 BSize size = GetLayout()->PreferredSize();
/haiku/src/preferences/filetypes/
H A DIconView.cpp804 BSize
809 return BSize(width, height);
813 BSize
820 BSize
H A DMimeTypeListView.cpp133 const BSize iconSize = be_control_look->ComposeIconSize(B_MINI_ICON);
H A DApplicationTypesWindow.cpp192 fSignatureView->TextView()->SetExplicitMinSize(BSize(
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp88 fPreviewText->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED,
/haiku/src/kits/shared/
H A DIconButton.cpp250 BSize
253 BSize size;
259 BSize
/haiku/src/kits/tracker/
H A DPoseView.h141 virtual BSize MinSize();
207 BSize IconSize() const;
831 mutable BSize fCachedIconSize;
/haiku/src/kits/interface/
H A DListView.cpp822 BSize
827 return BLayoutUtils::ComposeSize(ExplicitMinSize(), BSize(10, 10));
831 BSize
838 BSize
843 return BLayoutUtils::ComposeSize(ExplicitPreferredSize(), BSize(100, 50));
H A DTextView.cpp171 BSize min;
172 BSize preferred;
828 BSize(fTextRect.Width(), fTextRect.Height()),
2665 BSize
2675 BSize
2681 BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));
2685 BSize
2783 BSize size(Bounds().Size());
2805 BSize min(lineHeight * 3, lineHeight);
/haiku/src/apps/diskprobe/
H A DDataView.cpp955 SetExplicitMinSize(BSize(250, 200));
956 SetExplicitMaxSize(BSize(B_SIZE_UNSET, height));
957 SetExplicitPreferredSize(BSize(width, height));
H A DDiskProbe.cpp119 BSize(windowWidth, windowWidth),
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp250 BSize(fScopeView->Frame().Width(), B_SIZE_UNSET));
/haiku/src/servers/notification/
H A DNotificationWindow.cpp457 GetLayout()->SetExplicitSize(BSize(fWidth, B_SIZE_UNSET));
/haiku/src/servers/print/
H A DConfigWindow.cpp185 separator->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, 1));
/haiku/src/apps/mail/
H A DSignature.cpp433 BSize(fTextView->StringWidth("W") * 30, lineHeight * 6));
/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp169 BSize size = bitmap->Bounds().Size();
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp134 arrowStyleBox->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
H A DAPRView.cpp83 BSize(B_SIZE_UNSET, fPicker->Bounds().Height()));
/haiku/headers/os/interface/
H A DWindow.h205 BSize Size() const;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1182 fStatusBarView->SetExplicitMinSize(BSize(50.0, B_SIZE_UNSET));
1183 fStatusBarView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
1234 fSourcePathView->SetExplicitMinSize(BSize(100.0, B_SIZE_UNSET));
1235 fSourcePathView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
/haiku/src/apps/people/
H A DPersonWindow.cpp114 scrollView->SetExplicitMinSize(BSize(scrollView->MinSize().width, 0));
/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp87 keyLabel->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
H A DKeymapWindow.cpp107 fKeyboardLayoutView->SetExplicitMinSize(BSize(B_SIZE_UNSET, 192));
996 listView->SetExplicitMinSize(BSize(minWidth + 8, 32));
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp193 BSize size = fControlLayout->MinSize();
234 BSize size = GroupLayout()->MinSize();
/haiku/src/apps/deskbar/
H A DBarView.cpp1195 BSize
1198 return BSize(fReplicantTray->MaxReplicantWidth(),

Completed in 244 milliseconds

<<11121314151617