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

1234567891011>>

/haiku-fatelf/src/apps/poorman/
H A DPoorManView.cpp13 : BView(rect, name, B_FOLLOW_ALL, B_WILL_DRAW)
/haiku-fatelf/src/preferences/dun/
H A DDUNView.cpp23 DUNView::DUNView (BRect frame) : BView (frame, "DUNView", B_FOLLOW_TOP_BOTTOM, B_WILL_DRAW ) {
29 ModemView::ModemView (BRect frame) : BView (frame, "ModemView", B_FOLLOW_ALL_SIDES, B_WILL_DRAW )
35 SettingsView::SettingsView (BRect frame) : BView (frame, "SettingsView", B_FOLLOW_ALL_SIDES, B_WILL_DRAW )
41 NewConnectionWindowView::NewConnectionWindowView (BRect frame) : BView (frame, "NewConnectionWindowView", B_FOLLOW_ALL_SIDES, B_WILL_DRAW )
H A DModemWindow.cpp40 btnModemWindowCustom = new BButton(btn1,"Custom"," Custom" B_UTF8_ELLIPSIS " ", new BMessage(BTN_MODEM_WINDOW_CUSTOM), B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
41 btnModemWindowCancel = new BButton(btn2,"Cancel"," Cancel ", new BMessage(BTN_MODEM_WINDOW_CANCEL), B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
42 btnModemWindowDone = new BButton(btn3,"Done"," Done ", new BMessage(BTN_MODEM_WINDOW_DONE), B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
51 YourModemIsMenuField = new BMenuField(mfld1,"yourmodem_menufield","Your modem is:",YourModemIsMenu,B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
63 ConnectViaMenuField = new BMenuField(mfld2,"connectvia_menufield","Connect via:",ConnectViaMenu,B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
73 SpeedMenuField = new BMenuField(mfld3,"speed_menufield","Speed:",SpeedMenu,B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
79 tvRedial = new BTextView(r, "Redial", RedialLocation, B_FOLLOW_ALL, B_WILL_DRAW);
88 tvUse = new BTextView(r, "Use", UseLocation, B_FOLLOW_ALL, B_WILL_DRAW);
97 rbTone = new BRadioButton(RBToneLocation,"Tone","Tone dialing", new BMessage(RB_TONE_DIALING), B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
99 rbPulse = new BRadioButton(RBPulseLocation,"Pulse","Pulse dialing", new BMessage(RB_PULSE_DIALING), B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABL
[all...]
H A DSettingsWindow.cpp77 IPBox = new BBox(ipbox_rect,"IPBox",B_FOLLOW_ALL | B_WILL_DRAW | B_NAVIGABLE_JUMP, B_FANCY_BORDER);
80 BView* iplabel = new BView(BRect(10,10,130,30),"iplabel",B_FOLLOW_ALL_SIDES,B_WILL_DRAW|B_NAVIGABLE);
86 UseStaticIP = new BCheckBox(iplabel->Bounds(),"UseStaticIP","Use static IP address", new BMessage(CHANGE_IP_BOX),B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
113 DNSBox = new BBox(ipbox_rect,"IPBox",B_FOLLOW_ALL | B_WILL_DRAW | B_NAVIGABLE_JUMP, B_FANCY_BORDER);
131 btnSettingsWindowDone = new BButton(cute_buttons,"btnSettingsWindowDone"," Done ", new BMessage(BTN_SETTINGS_WINDOW_DONE), B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
133 btnSettingsWindowCancel = new BButton(cute_buttons,"btnSettingsWindowCancel"," Cancel ", new BMessage(BTN_SETTINGS_WINDOW_CANCEL), B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
H A DNewConnectionWindow.cpp70 txtNewConnection = new BTextControl(BRect(LeftMargin,NewConnectionTop,r.right-10,NewConnectionTop+10), "txtNewConnection","Connection name:","New Connection",new BMessage(TXT_NEW_CONNECTION), B_FOLLOW_LEFT | B_FOLLOW_TOP , B_WILL_DRAW | B_NAVIGABLE);
73 btnCancel = new BButton(BRect (CancelLeftMargin,r.bottom-34,CancelLeftMargin+CancelButtonSize,r.bottom-14),"Cancel","Cancel", new BMessage(BTN_CANCEL), B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
74 btnAdd = new BButton(BRect (AddLeftMargin,r.bottom-34,AddLeftMargin+AddButtonSize,r.bottom-14),"Add","Add", new BMessage(BTN_ADD), B_FOLLOW_LEFT | B_FOLLOW_TOP, B_WILL_DRAW | B_NAVIGABLE);
/haiku-fatelf/src/add-ons/translators/exr/
H A DConfigView.h14 ConfigView(uint32 flags = B_WILL_DRAW);
/haiku-fatelf/src/add-ons/translators/hpgs/
H A DConfigView.h15 uint32 flags = B_WILL_DRAW);
/haiku-fatelf/src/add-ons/translators/pcx/
H A DConfigView.h15 uint32 flags = B_WILL_DRAW);
/haiku-fatelf/src/add-ons/translators/raw/
H A DConfigView.h14 ConfigView(uint32 flags = B_WILL_DRAW);
/haiku-fatelf/src/add-ons/translators/rtf/
H A DConfigView.h15 uint32 flags = B_WILL_DRAW);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupView.cpp17 B_FOLLOW_NONE, B_WILL_DRAW),
/haiku-fatelf/src/preferences/notifications/
H A DSettingsPane.cpp22 BView(name, B_WILL_DRAW),
/haiku-fatelf/src/apps/powerstatus/
H A DPowerStatusWindow.cpp22 BView* topView = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
/haiku-fatelf/src/preferences/filetypes/
H A DDropTargetListView.h16 uint32 flags = B_WILL_DRAW | B_FRAME_EVENTS | B_NAVIGABLE);
/haiku-fatelf/src/tests/kits/interface/bprintjob/
H A DPrintTestView.cpp4 : Inherited(frame, "", B_FOLLOW_ALL, B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE)
/haiku-fatelf/src/tests/kits/translation/multitest/
H A DWorkWindow.cpp10 : BWindow(rect, "Work Window", B_TITLED_WINDOW, B_WILL_DRAW)
/haiku-fatelf/src/tests/servers/app/textview/
H A Dmain.cpp10 B_FOLLOW_ALL, B_WILL_DRAW);
/haiku-fatelf/src/servers/bluetooth/
H A DOutput.cpp26 BGroupView(name, B_VERTICAL, B_WILL_DRAW)
29 fTextView = new BTextView("Output", NULL, &textColor, B_WILL_DRAW);
51 new BMessage(kMsgOutputReset), B_WILL_DRAW);
53 new BMessage(kMsgOutputResetAll), B_WILL_DRAW);
56 B_FULL_UPDATE_ON_RESIZE | B_WILL_DRAW | B_NAVIGABLE_JUMP);
/haiku-fatelf/headers/os/interface/
H A DOptionPopUp.h21 uint32 flags = B_WILL_DRAW);
26 uint32 flags = B_WILL_DRAW);
29 uint32 flags = B_WILL_DRAW);
/haiku-fatelf/src/add-ons/translators/webp/
H A DConfigView.h22 uint32 flags = B_WILL_DRAW);
/haiku-fatelf/src/apps/networkstatus/
H A DNetworkStatusWindow.cpp26 BView* topView = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
/haiku-fatelf/src/apps/overlayimage/
H A DOverlayWindow.cpp34 BView *bgView = new BView(Bounds(), "bgView", B_FOLLOW_ALL, B_WILL_DRAW);
/haiku-fatelf/src/kits/tracker/
H A DMiniMenuField.h49 uint32 flags = B_WILL_DRAW | B_NAVIGABLE);
/haiku-fatelf/src/preferences/shortcuts/clv/
H A DScrollViewCorner.cpp8 B_FOLLOW_BOTTOM,B_WILL_DRAW)
/haiku-fatelf/src/tests/kits/interface/layout/widget_layout_test/
H A DTestView.cpp10 : BView("test view", B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE),

Completed in 222 milliseconds

1234567891011>>