Searched refs:newWidth (Results 26 - 50 of 80) sorted by relevance

1234

/haiku/headers/os/interface/
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);
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);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h114 virtual void FrameResized(float newWidth, float newHeight);
148 void FrameResized(float newWidth, float newHeight);
/haiku/src/kits/tracker/
H A DTitleView.cpp624 float newWidth = where.x + fInitialTrackOffset local
626 if (newWidth < kMinColumnWidth)
627 newWidth = kMinColumnWidth;
629 return newWidth != fTitle->fColumn->Width();
636 float newWidth = where.x + fInitialTrackOffset local
638 if (newWidth < kMinColumnWidth)
639 newWidth = kMinColumnWidth;
643 //bool shrink = (newWidth < fTitle->fColumn->Width());
646 poseView->ResizeColumn(fTitle->fColumn, newWidth, &fLastLineDrawPos,
H A DTextWidget.cpp415 float newWidth = maxWidth; local
416 float right = oldWidth - newWidth;
424 float grow = newWidth - oldWidth;
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.h96 float newWidth,
/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/kits/game/
H A DDirectWindow.cpp251 BDirectWindow::FrameResized(float newWidth, float newHeight) argument
253 inherited::FrameResized(newWidth, newHeight);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp125 ErrorLogWindow::FrameResized(float newWidth, float newHeight) argument
/haiku/src/apps/terminal/
H A DTermWindow.h76 virtual void FrameResized(float newWidth, float newHeight);

Completed in 150 milliseconds

1234