Searched refs:FrameResized (Results 1 - 25 of 258) sorted by path

1234567891011

/haiku/headers/libs/print/libprint/
H A DPreview.h61 virtual void FrameResized(float width, float height);
/haiku/headers/os/interface/
H A DBox.h49 virtual void FrameResized(float width, float height);
H A DButton.h68 virtual void FrameResized(float newWidth, float newHeight);
H A DChannelControl.h36 virtual void FrameResized(float newWidth, float newHeight);
H A DChannelSlider.h52 virtual void FrameResized(float width, float height);
H A DCheckBox.h38 virtual void FrameResized(float newWidth, float newHeight);
H A DColorControl.h68 virtual void FrameResized(float newWidth, float newHeight);
H A DMenuBar.h59 virtual void FrameResized(float newWidth, float newHeight);
H A DPopUpMenu.h39 virtual void FrameResized(float newWidth, float newHeight);
H A DRadioButton.h48 virtual void FrameResized(float newWidth, float newHeight);
H A DSlider.h69 virtual void FrameResized(float width, float height);
H A DStatusBar.h43 virtual void FrameResized(float newWidth, float newHeight);
H A DStringView.h49 virtual void FrameResized(float newWidth, float newHeight);
H A DTextControl.h65 virtual void FrameResized(float newWidth, float newHeight);
/haiku/headers/private/interface/
H A DAbstractSpinner.h60 virtual void FrameResized(float width, float height);
H A DBMCPrivate.h48 virtual void FrameResized(float width, float height);
/haiku/headers/private/print/
H A DPrintPanel.h44 virtual void FrameResized(float newWidth, float newHeight);
/haiku/headers/private/shared/
H A DCalendarView.h46 virtual void FrameResized(float width, float height);
H A DToolBar.h46 virtual void FrameResized(float width, float height);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp74 virtual void FrameResized(float newWidth, float newHeight);
245 EditListView::FrameResized(float newWidth, float newHeight) function in class:EditListView
/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);
H A DFlurry.h26 virtual void FrameResized(float width, float height);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp46 FrameResized(Bounds().Width(), Bounds().Height());
189 Activity::FrameResized(float width, float height) function in class:Activity
H A DZipOMaticActivity.h26 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);

Completed in 176 milliseconds

1234567891011