Searched refs:B_WILL_DRAW (Results 1 - 25 of 469) sorted by relevance

1234567891011>>

/haiku/src/apps/poorman/
H A DPoorManView.cpp13 : BView(rect, name, B_FOLLOW_ALL, B_WILL_DRAW)
/haiku/src/add-ons/translators/exr/
H A DConfigView.h14 ConfigView(uint32 flags = B_WILL_DRAW);
/haiku/src/add-ons/translators/pcx/
H A DConfigView.h15 uint32 flags = B_WILL_DRAW);
/haiku/src/add-ons/translators/raw/
H A DConfigView.h14 ConfigView(uint32 flags = B_WILL_DRAW);
/haiku/src/add-ons/translators/rtf/
H A DConfigView.h15 uint32 flags = B_WILL_DRAW);
/haiku/src/preferences/notifications/
H A DSettingsPane.cpp19 BView(name, B_WILL_DRAW),
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupView.cpp17 B_FOLLOW_NONE, B_WILL_DRAW),
/haiku/src/apps/debugger/user_interface/gui/connection_config/
H A DConnectionConfigView.cpp10 BView(name, B_WILL_DRAW)
/haiku/src/preferences/appearance/
H A DColorWhichListView.h21 uint32 flags = B_WILL_DRAW
/haiku/src/apps/terminal/
H A DColorListView.h21 uint32 flags = B_WILL_DRAW
/haiku/src/preferences/filetypes/
H A DDropTargetListView.h16 uint32 flags = B_WILL_DRAW | B_FRAME_EVENTS | B_NAVIGABLE);
/haiku/src/tests/kits/translation/multitest/
H A DWorkWindow.cpp10 : BWindow(rect, "Work Window", B_TITLED_WINDOW, B_WILL_DRAW)
/haiku/src/tests/servers/app/textview/
H A Dmain.cpp10 B_FOLLOW_ALL, B_WILL_DRAW);
/haiku/src/apps/powerstatus/
H A DPowerStatusWindow.cpp22 BView* topView = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestView.cpp4 : Inherited(frame, "", B_FOLLOW_ALL, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE)
/haiku/src/apps/overlayimage/
H A DOverlayWindow.cpp34 BView* bgView = new BView(Bounds(), "bgView", B_FOLLOW_ALL, B_WILL_DRAW);
/haiku/headers/os/interface/
H A DOptionPopUp.h20 uint32 flags = B_WILL_DRAW);
25 uint32 flags = B_WILL_DRAW);
28 uint32 flags = B_WILL_DRAW);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTestView.cpp10 : BView("test view", B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE),
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DMenuTest.cpp15 B_WILL_DRAW | B_FRAME_EVENTS | B_SUPPORTS_LAYOUT,
/haiku/src/apps/resedit/
H A DResWindow.cpp22 fView = new ResView(Bounds(), "resview", B_FOLLOW_ALL, B_WILL_DRAW, ref);
/haiku/src/kits/tracker/
H A DMiniMenuField.h50 uint32 flags = B_WILL_DRAW | B_NAVIGABLE);
/haiku/src/apps/networkstatus/
H A DNetworkStatusWindow.cpp26 BView* topView = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp33 BView(frame, B_EMPTY_STRING, B_FOLLOW_ALL_SIDES, B_WILL_DRAW),
39 B_NAVIGABLE | B_WILL_DRAW)),
42 B_WILL_DRAW | B_NAVIGABLE))
56 B_WILL_DRAW | B_FRAME_EVENTS, false, true);
/haiku/src/tests/kits/game/chart/
H A DChartView.cpp20 BView(rect, "", B_FOLLOW_ALL, B_WILL_DRAW)
51 BView(rect, "", B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW)
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp23 fBox = new BBox(Bounds(), "", B_FOLLOW_ALL, B_WILL_DRAW, B_PLAIN_BORDER);
33 fText = new BTextView(outside, "message", insider, B_FOLLOW_NONE, B_WILL_DRAW);

Completed in 117 milliseconds

1234567891011>>