Searched refs:resizingMode (Results 26 - 50 of 99) sorted by relevance

1234

/haiku/src/apps/mediaplayer/playlist/
H A DListViews.h47 uint32 resizingMode = B_FOLLOW_LEFT
136 uint32 resizingMode = B_FOLLOW_ALL_SIDES,
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp45 DeskbarReplicant::DeskbarReplicant(BRect frame, int32 resizingMode) argument
46 : BView(frame, kDeskbarItemName, resizingMode,
/haiku/headers/os/interface/
H A DMenuField.h20 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
25 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
H A DControl.h31 uint32 resizingMode, uint32 flags);
H A DButton.h23 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
H A DCheckBox.h16 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
H A DBox.h15 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
H A DRadioButton.h17 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
H A DStringView.h15 const char* text, uint32 resizingMode
H A DMenuBar.h29 uint32 resizingMode = B_FOLLOW_LEFT_RIGHT
H A DDragger.h27 uint32 resizingMode = B_FOLLOW_NONE,
H A DPictureButton.h25 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
H A DSlider.h33 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
42 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h48 uint32 resizingMode
145 uint32 resizingMode = B_FOLLOW_ALL_SIDES,
/haiku/src/kits/interface/
H A DSpinner.cpp80 BMessage* message, uint32 resizingMode, uint32 flags)
82 BAbstractSpinner(frame, name, label, message, resizingMode, flags)
79 BSpinner(BRect frame, const char* name, const char* label, BMessage* message, uint32 resizingMode, uint32 flags) argument
/haiku/headers/private/interface/
H A DDecimalSpinner.h19 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
H A DSpinner.h19 uint32 resizingMode = B_FOLLOW_LEFT | B_FOLLOW_TOP,
/haiku/src/apps/terminal/
H A DSmartTabView.h28 uint32 resizingMode = B_FOLLOW_ALL,
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.h51 BRect frame, int32 resizingMode,
/haiku/src/apps/glteapot/
H A DObjectView.h58 ulong resizingMode, ulong options);
/haiku/src/servers/app/
H A DView.cpp53 resize_frame(IntRect& frame, uint32 resizingMode, int32 x, int32 y) argument
56 if ((resizingMode & 0x0F00U) == _VIEW_RIGHT_ << 8)
58 else if ((resizingMode & 0x0F00U) == _VIEW_CENTER_ << 8)
62 if ((resizingMode & 0x000FU) == _VIEW_RIGHT_)
64 else if ((resizingMode & 0x000FU) == _VIEW_CENTER_)
68 if ((resizingMode & 0xF000U) == _VIEW_BOTTOM_ << 12)
70 else if ((resizingMode & 0xF000U) == _VIEW_CENTER_ << 12)
74 if ((resizingMode & 0x00F0U) == _VIEW_BOTTOM_ << 4)
76 else if ((resizingMode & 0x00F0U) == _VIEW_CENTER_ << 4)
494 IntRect destRect, int32 resizingMode, int3
493 SetViewBitmap(ServerBitmap* bitmap, IntRect sourceRect, IntRect destRect, int32 resizingMode, int32 options) argument
[all...]
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.h70 uint32 resizingMode = B_FOLLOW_LEFT | B_FOLLOW_TOP,
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.h25 uint32 resizingMode, uint32 flags);
/haiku/src/apps/networkstatus/
H A DRadioView.cpp21 RadioView::RadioView(BRect frame, const char* name, int32 resizingMode) argument
23 BView(frame, name, resizingMode,
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.cpp31 BMessage* message, uint32 resizingMode)
33 BControl(frame, name, NULL, message, resizingMode,
30 ScreenCornerSelector(BRect frame, const char* name, BMessage* message, uint32 resizingMode) argument

Completed in 263 milliseconds

1234