Searched refs:FrameResized (Results 226 - 250 of 258) sorted by relevance

1234567891011

/haiku/headers/os/interface/
H A DTextView.h83 virtual void FrameResized(float newWidth, float newHeight);
H A DView.h194 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp114 TextDocumentView::FrameResized(float width, float height) function in class:TextDocumentView
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp297 PoorManWindow::FrameResized(float width, float height) function in class:PoorManWindow
/haiku/src/apps/charactermap/
H A DCharacterView.cpp278 CharacterView::FrameResized(float width, float height) function in class:CharacterView
/haiku/src/kits/interface/
H A DSlider.cpp478 BSlider::FrameResized(float w,float h) function in class:BSlider
480 BControl::FrameResized(w, h);
H A DMenuField.cpp153 float previous_height; // used in FrameResized() for
577 BMenuField::FrameResized(float newWidth, float newHeight) function in class:BMenuField
579 BView::FrameResized(newWidth, newHeight);
H A DTabView.cpp1157 BTabView::FrameResized(float newWidth, float newHeight) function in class:BTabView
1159 BView::FrameResized(newWidth, newHeight);
H A DAbstractSpinner.cpp1011 BAbstractSpinner::FrameResized(float width, float height) function in class:BAbstractSpinner
1013 BControl::FrameResized(width, height);
H A DTextView.cpp803 BTextView::FrameResized(float newWidth, float newHeight) function in class:BTextView
805 BView::FrameResized(newWidth, newHeight);
2190 FrameResized(Bounds().Width(), Bounds().Height());
2426 FrameResized(Bounds().Width(), Bounds().Height());
2502 FrameResized(Bounds().Width(), Bounds().Height());
H A DColumnListView.cpp195 virtual void FrameResized(float width, float height);
307 virtual void FrameResized(float width, float height);
3182 TitleView::FrameResized(float width, float height) function in class:TitleView
4656 OutlineView::FrameResized(float width, float height) function in class:OutlineView
4661 _inherited::FrameResized(width, height);
H A DMenu.cpp705 BMenu::FrameResized(float width, float height) function in class:BMenu
707 BView::FrameResized(width, height);
H A DScrollBar.cpp531 BScrollBar::FrameResized(float newWidth, float newHeight) function in class:BScrollBar
H A DWindow.cpp1025 // FrameResized(width, height);
1032 FrameResized(width, height);
1236 FrameResized(width, height);
1339 BWindow::FrameResized(float newWidth, float newHeight) function in class:BWindow
/haiku/src/apps/diskprobe/
H A DDataView.cpp982 DataView::FrameResized(float width, float height) function in class:DataView
1406 FrameResized(Bounds().Width(), Bounds().Height());
H A DProbeView.cpp205 virtual void FrameResized(float width, float height);
1058 TypeView::FrameResized(float width, float height) function in class:TypeView
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp901 FrameResized(Bounds().Width(), Bounds().Height());
930 ActivityView::FrameResized(float /*width*/, float /*height*/) function in class:ActivityView
/haiku/src/apps/deskcalc/
H A DCalcView.cpp276 FrameResized(frame.Width(), frame.Height());
736 CalcView::FrameResized(float width, float height) function in class:CalcView
/haiku/src/apps/text_search/
H A DGrepWindow.cpp147 void GrepWindow::FrameResized(float width, float height) function in class:GrepWindow
149 BWindow::FrameResized(width, height);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp421 MainWin::FrameResized(float newWidth, float newHeight) function in class:MainWin
430 // printf("FrameResized enter: newWidth %.0f, newHeight %.0f\n",
477 // printf("FrameResized leave\n");
1507 FrameResized(Bounds().Width(), Bounds().Height());
1709 FrameResized(Frame().Width(), Frame().Height());
/haiku/src/apps/terminal/
H A DTermWindow.cpp1568 TermWindow::FrameResized(float newWidth, float newHeight) function in class:TermWindow
1570 BWindow::FrameResized(newWidth, newHeight);
/haiku/src/libs/print/libprint/
H A DPreview.cpp278 PreviewView::FrameResized(float width, float height) function in class:PreviewView
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp806 GeneralInfoView::FrameResized(float, float) function in class:GeneralInfoView
/haiku/src/kits/shared/
H A DCalendarView.cpp173 BCalendarView::FrameResized(float width, float height) function in class:BPrivate::BCalendarView
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp159 KeyboardLayoutView::FrameResized(float width, float height) function in class:KeyboardLayoutView

Completed in 222 milliseconds

1234567891011