Searched refs:FrameResized (Results 101 - 125 of 258) sorted by relevance

1234567891011

/haiku/headers/os/interface/
H A DStatusBar.h43 virtual void FrameResized(float newWidth, float newHeight);
H A DRadioButton.h48 virtual void FrameResized(float newWidth, float newHeight);
H A DStringView.h49 virtual void FrameResized(float newWidth, float newHeight);
H A DMenuBar.h59 virtual void FrameResized(float newWidth, float newHeight);
H A DDragger.h48 virtual void FrameResized(float newWidth, float newHeight);
H A DScrollBar.h38 virtual void FrameResized(float newWidth, float newHeight);
H A DPictureButton.h44 virtual void FrameResized(float newWidth, float newHeight);
H A DAlert.h73 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/preferences/repositories/
H A DAddRepoWindow.cpp113 AddRepoWindow::FrameResized(float newWidth, float newHeight) function in class:AddRepoWindow
/haiku/src/apps/text_search/
H A DGrepWindow.h25 virtual void FrameResized(float width, float height);
/haiku/src/apps/charactermap/
H A DCharacterView.h52 virtual void FrameResized(float width, float height);
/haiku/src/apps/deskcalc/
H A DCalcView.h62 virtual void FrameResized(float width, float height);
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp116 DefaultPartitionPage::FrameResized(float width, float height) function in class:DefaultPartitionPage
118 WizardPageView::FrameResized(width, height);
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.cpp209 FlurryView::FrameResized(float newWidth, float newHeight) function in class:FlurryView
213 BGLView::FrameResized(newWidth, newHeight);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp97 // FrameResized
99 PropertyItemView::FrameResized(float width, float height) function in class:PropertyItemView
104 fEditorView->FrameResized(fEditorView->Bounds().Width(),
/haiku/src/apps/pairs/
H A DPairsView.cpp131 PairsView::FrameResized(float newWidth, float newHeight) function in class:PairsView
147 BView::FrameResized(newWidth, newHeight);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h114 virtual void FrameResized(float newWidth, float newHeight);
148 void FrameResized(float newWidth, float newHeight);
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp54 FontDemoView::FrameResized(float width, float height) function in class:FontDemoView
59 BView::FrameResized(width, height);
/haiku/src/apps/installer/
H A DPackageViews.cpp236 parent->FrameResized(r.Width(), r.Height());
267 parent->FrameResized(r.Width(), r.Height());
/haiku/src/kits/interface/
H A DBMCPrivate.cpp216 _BMCMenuBar_::FrameResized(float width, float height) function in class:_BMCMenuBar_
238 BMenuBar::FrameResized(width, height);
/haiku/src/apps/haiku3d/
H A DRenderView.cpp266 RenderView::FrameResized(float width, float height) function in class:RenderView
271 BGLView::FrameResized(width, height);
/haiku/src/apps/cortex/ValControl/
H A DValControl.h264 virtual void FrameResized(float width, float height);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.h57 virtual void FrameResized(float width, float height);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp90 // FrameResized
92 OptionValueView::FrameResized(float width, float height) function in class:OptionValueView
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.h56 virtual void FrameResized(float width, float height);

Completed in 179 milliseconds

1234567891011