Searched refs:resizeMask (Results 26 - 36 of 36) sorted by relevance

12

/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp394 PPDConfigView::PPDConfigView(BRect bounds, const char *name, uint32 resizeMask, uint32 flags) argument
395 : BView(bounds, name, resizeMask, flags)
/haiku/headers/private/shared/
H A DCalendarView.h29 uint32 resizeMask = B_FOLLOW_LEFT_TOP,
/haiku/headers/os/interface/
H A DTabView.h106 uint32 resizeMask = B_FOLLOW_ALL,
H A DListView.h29 uint32 resizeMask = B_FOLLOW_LEFT_TOP,
H A DTextView.h49 BRect textRect, uint32 resizeMask,
55 uint32 resizeMask, uint32 flags);
H A DMenu.h141 uint32 resizeMask, uint32 flags,
/haiku/src/kits/interface/
H A DTextControl.cpp161 const char* text, BMessage* message, uint32 resizeMask, uint32 flags)
163 BControl(frame, name, label, message, resizeMask, flags | B_FRAME_EVENTS)
160 BTextControl(BRect frame, const char* name, const char* label, const char* text, BMessage* message, uint32 resizeMask, uint32 flags) argument
H A DTabView.cpp414 uint32 resizeMask, uint32 flags)
416 BView(frame, name, resizeMask, flags)
413 BTabView(BRect frame, const char* name, button_width width, uint32 resizeMask, uint32 flags) argument
H A DTextView.cpp247 uint32 resizeMask, uint32 flags)
249 BView(frame, name, resizeMask,
267 uint32 resizeMask, uint32 flags)
269 BView(frame, name, resizeMask,
246 BTextView(BRect frame, const char* name, BRect textRect, uint32 resizeMask, uint32 flags) argument
265 BTextView(BRect frame, const char* name, BRect textRect, const BFont* initialFont, const rgb_color* initialColor, uint32 resizeMask, uint32 flags) argument
/haiku/src/kits/shared/
H A DCalendarView.cpp39 BCalendarView::BCalendarView(BRect frame, const char* name, uint32 resizeMask, argument
42 BView(frame, name, resizeMask, flags),
/haiku/src/servers/app/
H A DServerWindow.cpp506 uint32 resizeMask; local
520 link.Read<uint32>(&resizeMask);
535 token, resizeMask, flags);
538 resizeMask, flags);

Completed in 163 milliseconds

12