Searched refs:newWidth (Results 1 - 25 of 80) sorted by path

1234

/haiku/headers/os/interface/
H A DButton.h68 virtual void FrameResized(float newWidth, float newHeight);
H A DChannelControl.h36 virtual void FrameResized(float newWidth, float newHeight);
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 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/print/
H A DPrintPanel.h44 virtual void FrameResized(float newWidth, float 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/add-ons/screen_savers/flurry/
H A DFlurry.cpp209 FlurryView::FrameResized(float newWidth, float newHeight) argument
213 BGLView::FrameResized(newWidth, newHeight);
216 fWidth = newWidth;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp306 Chart::FrameResized(float newWidth, float newHeight) argument
308 //printf("Chart::FrameResized(%f, %f)\n", newWidth, newHeight);
H A DChart.h64 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/apps/icon-o-matic/
H A DCanvasView.h56 float oldHeight, float newWidth,
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.h96 float newWidth,
H A DScrollable.h46 float newWidth,
H A DScroller.h46 float newWidth,
/haiku/src/apps/pairs/
H A DPairsView.cpp131 PairsView::FrameResized(float newWidth, float newHeight) argument
146 Invalidate(BRect(0, 0, newWidth, newHeight));
147 BView::FrameResized(newWidth, newHeight);
H A DPairsView.h40 virtual void FrameResized(float newWidth, float 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/webpositive/
H A DDownloadWindow.h29 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp136 virtual void FrameResized(float newWidth, float newHeight);
452 WorkspacesView::FrameResized(float newWidth, float newHeight) argument
/haiku/src/kits/game/
H A DDirectWindow.cpp251 BDirectWindow::FrameResized(float newWidth, float newHeight) argument
253 inherited::FrameResized(newWidth, newHeight);

Completed in 168 milliseconds

1234