Searched refs:FrameResized (Results 126 - 150 of 258) sorted by relevance

1234567891011

/haiku/headers/os/interface/
H A DChannelSlider.h52 virtual void FrameResized(float width, float height);
H A DTextControl.h65 virtual void FrameResized(float newWidth, float newHeight);
H A DColorControl.h68 virtual void FrameResized(float newWidth, float newHeight);
H A DScrollView.h42 virtual void FrameResized(float newWidth, float newHeight);
H A DMenuField.h57 virtual void FrameResized(float width, float height);
/haiku/src/kits/shared/
H A DToolBar.cpp233 BToolBar::FrameResized(float width, float height) function in class:BPrivate::BToolBar
/haiku/src/apps/resedit/
H A DImageEditor.cpp119 ImageEditor::FrameResized(float w, float h) function in class:ImageEditor
/haiku/headers/private/interface/
H A DAbstractSpinner.h60 virtual void FrameResized(float width, float height);
/haiku/src/apps/diskprobe/
H A DDataView.h49 virtual void FrameResized(float width, float height);
/haiku/headers/os/game/
H A DDirectWindow.h79 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h43 virtual void FrameResized(float width, float height);
/haiku/src/apps/activitymonitor/
H A DActivityView.h89 virtual void FrameResized(float width, float height);
/haiku/src/apps/mediaplayer/
H A DMainWin.h38 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/apps/mail/
H A DMailWindow.h78 virtual void FrameResized(float width, float height);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h57 virtual void FrameResized(float width, float height);
/haiku/src/kits/interface/
H A DPopUpMenu.cpp157 BPopUpMenu::FrameResized(float newWidth, float newHeight) function in class:BPopUpMenu
159 BMenu::FrameResized(newWidth, newHeight);
H A DPictureButton.cpp171 BPictureButton::FrameResized(float newWidth, float newHeight) function in class:BPictureButton
173 BControl::FrameResized(newWidth, newHeight);
H A DToolTipManager.cpp42 virtual void FrameResized(float width, float height);
109 ToolTipView::FrameResized(float width, float height) function in class:BPrivate::ToolTipView
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp31 FrameResized(Bounds().Width(), Bounds().Height());
223 // FrameResized
225 AlphaSlider::FrameResized(float width, float height) function in class:AlphaSlider
H A DColorSlider.cpp41 FrameResized(Bounds().Width(), Bounds().Height());
52 FrameResized(Bounds().Width(), Bounds().Height());
223 ColorSlider::FrameResized(float width, float height) function in class:ColorSlider
/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/tests/apps/miniterminal/
H A DMiniView.cpp218 MiniView::FrameResized(float width, float height) function in class:MiniView
220 ViewBuffer::FrameResized(width, height);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp136 virtual void FrameResized(float newWidth, float newHeight);
169 virtual void FrameResized(float width, float height);
452 WorkspacesView::FrameResized(float newWidth, float newHeight) function in class:WorkspacesView
816 WorkspacesWindow::FrameResized(float width, float height) function in class:WorkspacesWindow
819 BWindow::FrameResized(width, height);
/haiku/src/libs/glut/
H A DglutEvent.cpp812 * FUNCTION: FrameResized
816 void GlutWindow::FrameResized(float width, float height) function in class:GlutWindow
818 BGLView::FrameResized(width, height);
839 FrameResized(frame.Width(), frame.Height());
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp181 virtual void FrameResized(float width, float height) function in class:StackedFeaturedPackagesView
183 BView::FrameResized(width, height);
772 fScrollView->FrameResized(fScrollView->Frame().Width(),

Completed in 218 milliseconds

1234567891011