Searched refs:resizingMode (Results 51 - 75 of 99) sorted by relevance

1234

/haiku/src/apps/terminal/
H A DSmartTabView.cpp41 uint32 resizingMode, uint32 flags)
43 BTabView(frame, name, width, resizingMode, flags),
40 SmartTabView(BRect frame, const char* name, button_width width, uint32 resizingMode, uint32 flags) argument
/haiku/src/kits/interface/
H A DDecimalSpinner.cpp120 const char* label, BMessage* message, uint32 resizingMode, uint32 flags)
122 BAbstractSpinner(frame, name, label, message, resizingMode, flags)
119 BDecimalSpinner(BRect frame, const char* name, const char* label, BMessage* message, uint32 resizingMode, uint32 flags) argument
H A DPictureButton.cpp19 uint32 behavior, uint32 resizingMode, uint32 flags)
21 BControl(frame, name, "", message, resizingMode, flags),
17 BPictureButton(BRect frame, const char* name, BPicture* off, BPicture* on, BMessage* message, uint32 behavior, uint32 resizingMode, uint32 flags) argument
H A DCheckBox.cpp28 BMessage* message, uint32 resizingMode, uint32 flags)
30 BControl(frame, name, label, message, resizingMode, flags),
27 BCheckBox(BRect frame, const char* name, const char* label, BMessage* message, uint32 resizingMode, uint32 flags) argument
H A DRadioButton.cpp25 BMessage* message, uint32 resizingMode, uint32 flags)
27 BControl(frame, name, label, message, resizingMode, flags | B_FRAME_EVENTS),
24 BRadioButton(BRect frame, const char* name, const char* label, BMessage* message, uint32 resizingMode, uint32 flags) argument
H A DControl.cpp53 BMessage* message, uint32 resizingMode, uint32 flags)
55 BView(frame, name, resizingMode, flags)
52 BControl(BRect frame, const char* name, const char* label, BMessage* message, uint32 resizingMode, uint32 flags) argument
H A DStringView.cpp53 uint32 resizingMode, uint32 flags)
55 BView(frame, name, resizingMode, flags | B_FULL_UPDATE_ON_RESIZE),
52 BStringView(BRect frame, const char* name, const char* text, uint32 resizingMode, uint32 flags) argument
H A DView.cpp435 BView::BView(BRect frame, const char* name, uint32 resizingMode, uint32 flags) argument
439 _InitData(frame, name, resizingMode, flags);
454 uint32 resizingMode; local
455 if (archive->FindInt32("_resize_mode", (int32*)&resizingMode) != B_OK)
456 resizingMode = 0;
462 _InitData(frame, Name(), resizingMode, flags);
5822 BView::_InitData(BRect frame, const char* name, uint32 resizingMode, argument
5830 if ((resizingMode & ~_RESIZE_MASK_) || (flags & _RESIZE_MASK_))
5839 // fFlags = (resizingMode & _RESIZE_MASK_) | (flags & ~_RESIZE_MASK_);
5840 fFlags = resizingMode | flag
6190 uint32 resizingMode = fFlags & _RESIZE_MASK_; local
[all...]
/haiku/src/kits/tracker/
H A DUtilities.h223 const char* text, uint32 resizingMode = B_FOLLOW_LEFT | B_FOLLOW_TOP,
227 uint32 resizingMode = B_FOLLOW_LEFT | B_FOLLOW_TOP,
250 uint32 resizingMode = B_FOLLOW_LEFT | B_FOLLOW_TOP,
H A DUtilities.cpp567 BMessenger target, uint32 resizingMode, uint32 flags)
569 BView(rect, name, resizingMode, flags),
666 const char* text, uint32 resizingMode, uint32 flags)
668 BStringView(bounds, name, text, resizingMode, flags),
678 const char* text, BBitmap* inBitmap, uint32 resizingMode, uint32 flags)
680 BStringView(bounds, name, text, resizingMode, flags),
565 DraggableIcon(BRect rect, const char* name, const char* type, icon_size which, const BMessage* message, BMessenger target, uint32 resizingMode, uint32 flags) argument
665 FlickerFreeStringView(BRect bounds, const char* name, const char* text, uint32 resizingMode, uint32 flags) argument
677 FlickerFreeStringView(BRect bounds, const char* name, const char* text, BBitmap* inBitmap, uint32 resizingMode, uint32 flags) argument
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.h44 uint32 resizingMode, uint32 viewFlags,
/haiku/headers/private/interface/
H A DAbstractSpinner.h42 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
/haiku/headers/os/interface/
H A DScrollView.h18 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
H A DChannelControl.h21 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
H A DOutlineListView.h17 uint32 resizingMode = B_FOLLOW_LEFT_TOP,
/haiku/src/apps/activitymonitor/
H A DActivityView.h56 const BMessage* settings, uint32 resizingMode);
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp67 MyView::MyView(BRect frame, const char *name, uint32 resizingMode, uint32 flags) argument
68 : BView(frame, name, resizingMode, flags)
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp104 uint32 resizingMode, uint32 flags)
105 : BView(frame, name, resizingMode, flags),
103 StateView(BRect frame, const char* name, uint32 resizingMode, uint32 flags) argument
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp291 BRect frame, int32 resizingMode, int batteryID,
294 PowerStatusView(interface, frame, resizingMode, batteryID),
290 ExtPowerStatusView(PowerStatusDriverInterface* interface, BRect frame, int32 resizingMode, int batteryID, BatteryInfoView* batteryInfoView, ExtendedInfoWindow* window) argument
H A DPowerStatusView.cpp71 BRect frame, int32 resizingMode, int batteryID, bool inDeskbar)
73 BView(frame, kDeskbarItemName, resizingMode,
637 PowerStatusReplicant::PowerStatusReplicant(BRect frame, int32 resizingMode, argument
640 PowerStatusView(NULL, frame, resizingMode, -1, inDeskbar),
70 PowerStatusView(PowerStatusDriverInterface* interface, BRect frame, int32 resizingMode, int batteryID, bool inDeskbar) argument
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp40 MenuView::MenuView(uint32 resizingMode) argument
41 : BView(BRect(0, 0, 0, 0), "Menu View", resizingMode,
/haiku/src/apps/sudoku/
H A DSudokuView.h37 uint32 resizingMode);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp106 list_view_type type, uint32 resizingMode,
108 : BListView(frame, name, type, resizingMode, flags),
859 uint32 resizingMode, uint32 flags)
860 : DragSortableListView(frame, name, type, resizingMode, flags),
105 DragSortableListView(BRect frame, const char* name, list_view_type type, uint32 resizingMode, uint32 flags) argument
856 SimpleListView(BRect frame, const char* name, BMessage* selectionChangeMessage, list_view_type type, uint32 resizingMode, uint32 flags) argument
/haiku/src/servers/app/
H A DView.h151 int32 resizingMode, int32 options);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp115 list_view_type type, uint32 resizingMode, uint32 flags)
117 BListView(frame, name, type, resizingMode, flags),
735 uint32 resizingMode, uint32 flags)
737 DragSortableListView(frame, name, type, resizingMode, flags),
114 DragSortableListView(BRect frame, const char* name, list_view_type type, uint32 resizingMode, uint32 flags) argument
733 SimpleListView(BRect frame, const char* name, BMessage* selectionChangeMessage, list_view_type type, uint32 resizingMode, uint32 flags) argument

Completed in 401 milliseconds

1234