Searched refs:resizingMode (Results 1 - 25 of 99) sorted by relevance

1234

/haiku/src/apps/terminal/
H A DTermScrollView.h15 uint32 resizingMode = B_FOLLOW_ALL);
H A DTermScrollView.cpp36 bool overlapTop, uint32 resizingMode)
38 BScrollView(name, child, resizingMode, 0, false, true, B_NO_BORDER)
35 TermScrollView(const char* name, BView* child, BView* target, bool overlapTop, uint32 resizingMode) argument
/haiku/src/preferences/screen/
H A DRefreshSlider.h19 RefreshSlider(BRect frame, float min, float max, uint32 resizingMode);
H A DRefreshSlider.cpp27 RefreshSlider::RefreshSlider(BRect frame, float min, float max, uint32 resizingMode) argument
30 B_BLOCK_THUMB, resizingMode),
/haiku/src/apps/icon-o-matic/generic/gui/
H A DStringTextView.cpp17 uint32 resizingMode,
19 : InputTextView(frame, name, textRect, resizingMode, flags),
15 StringTextView(BRect frame, const char* name, BRect textRect, uint32 resizingMode, uint32 flags) argument
H A DStringTextView.h21 uint32 resizingMode,
H A DInputTextView.cpp16 uint32 resizingMode,
18 : BTextView(frame, name, textRect, resizingMode, flags),
14 InputTextView(BRect frame, const char* name, BRect textRect, uint32 resizingMode, uint32 flags) argument
H A DNummericalTextView.h19 uint32 resizingMode,
H A DInputTextView.h18 uint32 resizingMode,
H A DNummericalTextView.cpp19 uint32 resizingMode,
21 : InputTextView(frame, name, textRect, resizingMode, flags)
17 NummericalTextView(BRect frame, const char* name, BRect textRect, uint32 resizingMode, uint32 flags) argument
/haiku/src/tests/kits/interface/
H A DScrollViewTest.cpp45 int32 resizingMode = B_FOLLOW_LEFT | B_FOLLOW_TOP; local
48 resizingMode = B_FOLLOW_ALL;
50 resizingMode = B_FOLLOW_LEFT_RIGHT | B_FOLLOW_TOP;
52 resizingMode = B_FOLLOW_TOP_BOTTOM | B_FOLLOW_LEFT;
54 BBox *box = new BBox(rect, "box", resizingMode);
64 BScrollView *scroller = new BScrollView("scroller", view, resizingMode,
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.h20 DeskbarReplicant(BRect frame, int32 resizingMode);
/haiku/src/apps/diskprobe/
H A DTypeEditors.h18 uint32 resizingMode, uint32 flags,
/haiku/src/apps/deskcalc/
H A DInputTextView.h21 uint32 resizingMode,
H A DInputTextView.cpp19 uint32 resizingMode, uint32 flags)
21 BTextView(frame, name, textRect, resizingMode, flags),
18 InputTextView(BRect frame, const char* name, BRect textRect, uint32 resizingMode, uint32 flags) argument
/haiku/src/apps/bootmanager/
H A DWizardPageView.h22 uint32 resizingMode = B_FOLLOW_ALL,
H A DWizardPageView.cpp19 const char* name, uint32 resizingMode, uint32 flags)
21 BView(frame, name, resizingMode, flags),
18 WizardPageView(BMessage* settings, BRect frame, const char* name, uint32 resizingMode, uint32 flags) argument
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.h34 MenuView(uint32 resizingMode);
/haiku/src/tests/servers/app/newClipping/
H A DMyView.h10 MyView(BRect frame, const char *name, uint32 resizingMode, uint32 flags);
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.h23 uint32 resizingMode);
/haiku/src/apps/cortex/support/
H A DTextControlFloater.cpp54 uint32 resizingMode=B_FOLLOW_LEFT|B_FOLLOW_TOP,
56 BTextControl(frame, name, label, text, message, resizingMode, flags) {
48 MomentaryTextControl( BRect frame, const char* name, const char* label, const char* text, BMessage* message, uint32 resizingMode=B_FOLLOW_LEFT|B_FOLLOW_TOP, uint32 flags=B_WILL_DRAW|B_NAVIGABLE) argument
/haiku/src/apps/powerstatus/
H A DPowerStatusView.h25 BRect frame, int32 resizingMode,
79 int32 resizingMode, bool inDeskbar = false);
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeView.cpp24 GLifeView::GLifeView(BRect rect, const char* name, ulong resizingMode, argument
27 BGLView(rect, name, resizingMode, B_FRAME_EVENTS | B_WILL_DRAW, options),
/haiku/src/apps/networkstatus/
H A DRadioView.h18 int32 resizingMode);
H A DNetworkStatusView.h37 NetworkStatusView(BRect frame, int32 resizingMode,

Completed in 204 milliseconds

1234