Searched refs:newHeight (Results 26 - 50 of 78) sorted by relevance

1234

/haiku/headers/os/interface/
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);
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 DChannelControl.h36 virtual void FrameResized(float newWidth, float newHeight);
H A DTabView.h156 virtual void FrameResized(float newWidth, float newHeight);
H A DListView.h53 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp125 ErrorLogWindow::FrameResized(float newWidth, float newHeight) argument
130 if (panel->add_next_at > 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/preferences/mail/
H A DAutoConfigView.cpp90 float newHeight = fNameView->Frame().bottom + 20 + 2; local
91 newHeight += InnerFrame().top;
92 ResizeTo(rect.Width(), newHeight);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.h97 float newHeight);
/haiku/headers/os/game/
H A DDirectWindow.h79 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/apps/mediaplayer/
H A DMainWin.h38 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/kits/interface/
H A DPopUpMenu.cpp157 BPopUpMenu::FrameResized(float newWidth, float newHeight) argument
159 BMenu::FrameResized(newWidth, newHeight);
H A DPictureButton.cpp171 BPictureButton::FrameResized(float newWidth, float newHeight) argument
173 BControl::FrameResized(newWidth, newHeight);
H A DCheckBox.cpp168 BCheckBox::FrameResized(float newWidth, float newHeight) argument
170 BControl::FrameResized(newWidth, newHeight);
H A DRadioButton.cpp358 BRadioButton::FrameResized(float newWidth, float newHeight) argument
361 BControl::FrameResized(newWidth, newHeight);
H A DStringView.cpp257 BStringView::FrameResized(float newWidth, float newHeight) argument
259 BView::FrameResized(newWidth, newHeight);
/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) argument
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp136 virtual void FrameResized(float newWidth, float newHeight);
452 WorkspacesView::FrameResized(float newWidth, float newHeight) argument
833 float newHeight = width / windowAspectRatio; local
835 if (height != newHeight)
836 ResizeTo(width, newHeight);
/haiku/src/kits/game/
H A DDirectWindow.cpp251 BDirectWindow::FrameResized(float newWidth, float newHeight) argument
253 inherited::FrameResized(newWidth, newHeight);
/haiku/src/apps/terminal/
H A DTermWindow.h76 virtual void FrameResized(float newWidth, float newHeight);

Completed in 171 milliseconds

1234