Symbol: BRadioButton
headers/libs/print/libprint/JobSetupDlg.h
137
BRadioButton* CreatePageSelectionItem(const char* name,
headers/libs/print/libprint/JobSetupDlg.h
165
BRadioButton* fAll;
headers/libs/print/libprint/JobSetupDlg.h
172
BRadioButton* fAllPages;
headers/libs/print/libprint/JobSetupDlg.h
173
BRadioButton* fOddNumberedPages;
headers/libs/print/libprint/JobSetupDlg.h
174
BRadioButton* fEvenNumberedPages;
headers/libs/print/libprint/JobSetupDlg.h
22
class BRadioButton;
headers/libs/print/libprint/PageSetupDlg.h
13
class BRadioButton;
headers/os/interface/RadioButton.h
13
class BRadioButton : public BControl {
headers/os/interface/RadioButton.h
15
BRadioButton(BRect frame, const char* name,
headers/os/interface/RadioButton.h
19
BRadioButton(const char* name,
headers/os/interface/RadioButton.h
22
BRadioButton(const char* label,
headers/os/interface/RadioButton.h
25
BRadioButton(BMessage* data);
headers/os/interface/RadioButton.h
26
virtual ~BRadioButton();
headers/os/interface/RadioButton.h
72
BRadioButton& operator=(const BRadioButton& other);
headers/private/print/JobSetupPanel.h
19
class BRadioButton;
headers/private/print/JobSetupPanel.h
91
BRadioButton* fPrintAll;
headers/private/print/JobSetupPanel.h
92
BRadioButton* fPagesFrom;
headers/private/print/JobSetupPanel.h
95
BRadioButton* fSelection;
src/add-ons/print/drivers/preview/JobSetupWindow.cpp
47
fAll = new BRadioButton("allPages", "Print all pages",
src/add-ons/print/drivers/preview/JobSetupWindow.cpp
51
fRange = new BRadioButton("pagesRange", "Print selected pages:",
src/add-ons/print/drivers/preview/JobSetupWindow.h
24
class BRadioButton;
src/add-ons/print/drivers/preview/JobSetupWindow.h
47
BRadioButton *fAll;
src/add-ons/print/drivers/preview/JobSetupWindow.h
48
BRadioButton *fRange;
src/add-ons/translators/gif/GIFView.cpp
120
fUseTransparentAutoRB = new BRadioButton(
src/add-ons/translators/gif/GIFView.cpp
124
fUseTransparentColorRB = new BRadioButton(B_TRANSLATE("Use RGB color"),
src/add-ons/translators/gif/GIFView.h
51
class BRadioButton;
src/add-ons/translators/gif/GIFView.h
91
BRadioButton* fUseTransparentAutoRB;
src/add-ons/translators/gif/GIFView.h
92
BRadioButton* fUseTransparentColorRB;
src/apps/bootmanager/DefaultPartitionPage.h
18
class BRadioButton;
src/apps/debugger/user_interface/gui/utility_windows/BreakpointEditWindow.cpp
120
.Add((fAlwaysRadio = new BRadioButton("Break always",
src/apps/debugger/user_interface/gui/utility_windows/BreakpointEditWindow.cpp
123
.Add((fConditionRadio = new BRadioButton("Break on condition: ",
src/apps/debugger/user_interface/gui/utility_windows/BreakpointEditWindow.h
17
class BRadioButton;
src/apps/debugger/user_interface/gui/utility_windows/BreakpointEditWindow.h
55
BRadioButton* fAlwaysRadio;
src/apps/debugger/user_interface/gui/utility_windows/BreakpointEditWindow.h
56
BRadioButton* fConditionRadio;
src/apps/deskbar/PreferencesWindow.h
36
class BRadioButton;
src/apps/expander/ExpanderPreferences.cpp
74
fLeaveDest = new BRadioButton("leaveDest",
src/apps/expander/ExpanderPreferences.cpp
77
fSameDest = new BRadioButton("sameDir",
src/apps/expander/ExpanderPreferences.cpp
80
fDestUse = new BRadioButton("destUse",
src/apps/expander/ExpanderPreferences.h
19
class BRadioButton;
src/apps/expander/ExpanderPreferences.h
41
BRadioButton* fDestUse;
src/apps/expander/ExpanderPreferences.h
42
BRadioButton* fSameDest;
src/apps/expander/ExpanderPreferences.h
43
BRadioButton* fLeaveDest;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.cpp
93
fRadioButton[i] = new BRadioButton(NULL, title[i],
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.h
26
class BRadioButton;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPickerView.h
75
BRadioButton* fRadioButton[6];
src/apps/mediaplayer/settings/SettingsWindow.cpp
130
fFullVolumeBGMoviesRB = new BRadioButton("rdbtnfullvolume",
src/apps/mediaplayer/settings/SettingsWindow.cpp
133
fHalfVolumeBGMoviesRB = new BRadioButton("rdbtnhalfvolume",
src/apps/mediaplayer/settings/SettingsWindow.cpp
136
fMutedVolumeBGMoviesRB = new BRadioButton("rdbtnfullvolume",
src/apps/mediaplayer/settings/SettingsWindow.h
19
class BRadioButton;
src/apps/mediaplayer/settings/SettingsWindow.h
54
BRadioButton* fFullVolumeBGMoviesRB;
src/apps/mediaplayer/settings/SettingsWindow.h
55
BRadioButton* fHalfVolumeBGMoviesRB;
src/apps/mediaplayer/settings/SettingsWindow.h
56
BRadioButton* fMutedVolumeBGMoviesRB;
src/apps/pulse/ConfigView.cpp
102
fIdleButton = new BRadioButton(rect, "IdleColor",
src/apps/pulse/ConfigView.cpp
108
fFrameButton = new BRadioButton(rect, "FrameColor",
src/apps/pulse/ConfigView.cpp
116
fActiveButton = new BRadioButton(rect, "ActiveColor",
src/apps/pulse/ConfigView.cpp
123
fIdleButton = new BRadioButton(rect, "IdleColor",
src/apps/pulse/ConfigView.cpp
129
fFrameButton = new BRadioButton(rect, "FrameColor",
src/apps/pulse/ConfigView.cpp
95
fActiveButton = new BRadioButton(rect, "ActiveColor",
src/apps/pulse/ConfigView.h
20
class BRadioButton;
src/apps/pulse/ConfigView.h
54
BRadioButton* fActiveButton;
src/apps/pulse/ConfigView.h
55
BRadioButton* fIdleButton;
src/apps/pulse/ConfigView.h
56
BRadioButton* fFrameButton;
src/apps/screenshot/ScreenshotWindow.cpp
152
fWholeScreen = new BRadioButton(B_TRANSLATE("Whole screen"),
src/apps/screenshot/ScreenshotWindow.cpp
155
fActiveWindow = new BRadioButton(B_TRANSLATE("Active window"),
src/apps/screenshot/ScreenshotWindow.cpp
158
fAreaSelect = new BRadioButton(B_TRANSLATE("Selected area"),
src/apps/screenshot/ScreenshotWindow.h
67
BRadioButton* fActiveWindow;
src/apps/screenshot/ScreenshotWindow.h
68
BRadioButton* fAreaSelect;
src/apps/screenshot/ScreenshotWindow.h
69
BRadioButton* fWholeScreen;
src/apps/showimage/PrintOptionsWindow.cpp
107
BRadioButton*
src/apps/showimage/PrintOptionsWindow.cpp
111
BRadioButton* button;
src/apps/showimage/PrintOptionsWindow.cpp
112
button = new BRadioButton(name, label, new BMessage(what));
src/apps/showimage/PrintOptionsWindow.cpp
135
BRadioButton* rbFit;
src/apps/showimage/PrintOptionsWindow.cpp
136
BRadioButton* rbZoom;
src/apps/showimage/PrintOptionsWindow.cpp
137
BRadioButton* rbDpi;
src/apps/showimage/PrintOptionsWindow.cpp
138
BRadioButton* rbResize;
src/apps/showimage/PrintOptionsWindow.h
67
BRadioButton* AddRadioButton(const char* name, const char* label,
src/apps/terminal/FindWindow.cpp
52
BRadioButton* useSelection = NULL;
src/apps/terminal/FindWindow.cpp
57
.Add(fTextRadio = new BRadioButton(B_TRANSLATE("Use text:"),
src/apps/terminal/FindWindow.cpp
60
.Add(useSelection = new BRadioButton(B_TRANSLATE("Use selection"),
src/apps/terminal/FindWindow.h
21
class BRadioButton;
src/apps/terminal/FindWindow.h
40
BRadioButton* fTextRadio;
src/bin/mail_utils/spamdbm.cpp
4797
BRadioButton *TempRadioButtonPntr;
src/bin/mail_utils/spamdbm.cpp
4887
new (std::nothrow) BRadioButton (TempRect, TempString, TempString, NULL);
src/kits/interface/RadioButton.cpp
114
BRadioButton::MouseDown(BPoint where)
src/kits/interface/RadioButton.cpp
154
BRadioButton::AttachedToWindow()
src/kits/interface/RadioButton.cpp
161
BRadioButton::KeyDown(const char* bytes, int32 numBytes)
src/kits/interface/RadioButton.cpp
185
BRadioButton::SetValue(int32 value)
src/kits/interface/RadioButton.cpp
219
BRadioButton* radio = dynamic_cast<BRadioButton*>(child);
src/kits/interface/RadioButton.cpp
228
radio = dynamic_cast<BRadioButton*>(box->LabelView());
src/kits/interface/RadioButton.cpp
24
BRadioButton::BRadioButton(BRect frame, const char* name, const char* label,
src/kits/interface/RadioButton.cpp
243
BRadioButton::GetPreferredSize(float* _width, float* _height)
src/kits/interface/RadioButton.cpp
275
BRadioButton::ResizeToPreferred()
src/kits/interface/RadioButton.cpp
282
BRadioButton::Invoke(BMessage* message)
src/kits/interface/RadioButton.cpp
289
BRadioButton::MessageReceived(BMessage* message)
src/kits/interface/RadioButton.cpp
296
BRadioButton::WindowActivated(bool active)
src/kits/interface/RadioButton.cpp
303
BRadioButton::MouseUp(BPoint where)
src/kits/interface/RadioButton.cpp
323
BRadioButton::MouseMoved(BPoint where, uint32 code,
src/kits/interface/RadioButton.cpp
339
BRadioButton::DetachedFromWindow()
src/kits/interface/RadioButton.cpp
346
BRadioButton::FrameMoved(BPoint newPosition)
src/kits/interface/RadioButton.cpp
353
BRadioButton::FrameResized(float newWidth, float newHeight)
src/kits/interface/RadioButton.cpp
361
BRadioButton::ResolveSpecifier(BMessage* message, int32 index,
src/kits/interface/RadioButton.cpp
370
BRadioButton::MakeFocus(bool focus)
src/kits/interface/RadioButton.cpp
377
BRadioButton::AllAttached()
src/kits/interface/RadioButton.cpp
38
BRadioButton::BRadioButton(const char* name, const char* label,
src/kits/interface/RadioButton.cpp
384
BRadioButton::AllDetached()
src/kits/interface/RadioButton.cpp
391
BRadioButton::GetSupportedSuites(BMessage* message)
src/kits/interface/RadioButton.cpp
398
BRadioButton::Perform(perform_code code, void* _data)
src/kits/interface/RadioButton.cpp
403
= BRadioButton::MinSize();
src/kits/interface/RadioButton.cpp
408
= BRadioButton::MaxSize();
src/kits/interface/RadioButton.cpp
413
= BRadioButton::PreferredSize();
src/kits/interface/RadioButton.cpp
418
= BRadioButton::LayoutAlignment();
src/kits/interface/RadioButton.cpp
423
= BRadioButton::HasHeightForWidth();
src/kits/interface/RadioButton.cpp
430
BRadioButton::GetHeightForWidth(data->width, &data->min, &data->max,
src/kits/interface/RadioButton.cpp
438
BRadioButton::SetLayout(data->layout);
src/kits/interface/RadioButton.cpp
446
BRadioButton::LayoutInvalidated(data->descendants);
src/kits/interface/RadioButton.cpp
452
BRadioButton::DoLayout();
src/kits/interface/RadioButton.cpp
459
return BRadioButton::SetIcon(data->icon, data->flags);
src/kits/interface/RadioButton.cpp
468
BRadioButton::MaxSize()
src/kits/interface/RadioButton.cpp
47
BRadioButton::BRadioButton(const char* label, BMessage* message)
src/kits/interface/RadioButton.cpp
479
BRadioButton::LayoutAlignment()
src/kits/interface/RadioButton.cpp
487
BRadioButton::SetIcon(const BBitmap* icon, uint32 flags)
src/kits/interface/RadioButton.cpp
493
void BRadioButton::_ReservedRadioButton1() {}
src/kits/interface/RadioButton.cpp
494
void BRadioButton::_ReservedRadioButton2() {}
src/kits/interface/RadioButton.cpp
497
BRadioButton&
src/kits/interface/RadioButton.cpp
498
BRadioButton::operator=(const BRadioButton &)
src/kits/interface/RadioButton.cpp
505
BRadioButton::_KnobFrame() const
src/kits/interface/RadioButton.cpp
514
BRadioButton::_KnobFrame(const font_height& fontHeight) const
src/kits/interface/RadioButton.cpp
523
BRadioButton::_Redraw()
src/kits/interface/RadioButton.cpp
55
BRadioButton::BRadioButton(BMessage* data)
src/kits/interface/RadioButton.cpp
63
BRadioButton::~BRadioButton()
src/kits/interface/RadioButton.cpp
69
BRadioButton::Instantiate(BMessage* data)
src/kits/interface/RadioButton.cpp
72
return new BRadioButton(data);
src/kits/interface/RadioButton.cpp
79
BRadioButton::Archive(BMessage* data, bool deep) const
src/kits/interface/RadioButton.cpp
86
BRadioButton::Draw(BRect updateRect)
src/kits/print/JobSetupPanel.cpp
295
fPrintAll = new BRadioButton("Print all", new BMessage('prrg'));
src/kits/print/JobSetupPanel.cpp
297
fPagesFrom = new BRadioButton("Pages from:", new BMessage('prrg'));
src/kits/print/JobSetupPanel.cpp
302
fSelection = new BRadioButton("Print selection", new BMessage('prrg'));
src/kits/tracker/AutoMounterSettings.cpp
106
fInitialDontMountCheck = new BRadioButton("initialNone",
src/kits/tracker/AutoMounterSettings.cpp
110
fInitialMountRestoreCheck = new BRadioButton("initialRestore",
src/kits/tracker/AutoMounterSettings.cpp
114
fInitialMountAllBFSCheck = new BRadioButton("initialBFS",
src/kits/tracker/AutoMounterSettings.cpp
118
fInitialMountAllCheck = new BRadioButton("initialAll",
src/kits/tracker/AutoMounterSettings.cpp
85
fScanningDisabledCheck = new BRadioButton("scanningOff",
src/kits/tracker/AutoMounterSettings.cpp
89
fAutoMountAllBFSCheck = new BRadioButton("autoBFS",
src/kits/tracker/AutoMounterSettings.cpp
93
fAutoMountAllCheck = new BRadioButton("autoAll",
src/kits/tracker/SettingsViews.cpp
179
fShowDisksIconRadioButton = new BRadioButton("",
src/kits/tracker/SettingsViews.cpp
183
fMountVolumesOntoDesktopRadioButton = new BRadioButton("",
src/kits/tracker/SettingsViews.h
191
BRadioButton* fInitialDontMountCheck;
src/kits/tracker/SettingsViews.h
192
BRadioButton* fInitialMountAllBFSCheck;
src/kits/tracker/SettingsViews.h
193
BRadioButton* fInitialMountAllCheck;
src/kits/tracker/SettingsViews.h
194
BRadioButton* fInitialMountRestoreCheck;
src/kits/tracker/SettingsViews.h
196
BRadioButton* fScanningDisabledCheck;
src/kits/tracker/SettingsViews.h
197
BRadioButton* fAutoMountAllBFSCheck;
src/kits/tracker/SettingsViews.h
198
BRadioButton* fAutoMountAllCheck;
src/kits/tracker/SettingsViews.h
50
class BRadioButton;
src/kits/tracker/SettingsViews.h
90
BRadioButton* fShowDisksIconRadioButton;
src/kits/tracker/SettingsViews.h
91
BRadioButton* fMountVolumesOntoDesktopRadioButton;
src/libs/print/libprint/JobSetupDlg.cpp
167
BRadioButton*
src/libs/print/libprint/JobSetupDlg.cpp
171
BRadioButton* button = new BRadioButton(name, label, NULL);
src/libs/print/libprint/JobSetupDlg.cpp
216
fAll = new BRadioButton("all", "Print all Pages", new BMessage(kMsgRangeAll));
src/libs/print/libprint/JobSetupDlg.cpp
218
BRadioButton *range = new BRadioButton("selection", "Print selected Pages:",
src/preferences/filetypes/ApplicationTypeWindow.cpp
351
fSingleLaunchButton = new BRadioButton("single",
src/preferences/filetypes/ApplicationTypeWindow.cpp
354
fMultipleLaunchButton = new BRadioButton("multiple",
src/preferences/filetypes/ApplicationTypeWindow.cpp
357
fExclusiveLaunchButton = new BRadioButton("exclusive",
src/preferences/filetypes/ApplicationTypeWindow.h
20
class BRadioButton;
src/preferences/filetypes/ApplicationTypeWindow.h
84
BRadioButton* fSingleLaunchButton;
src/preferences/filetypes/ApplicationTypeWindow.h
85
BRadioButton* fMultipleLaunchButton;
src/preferences/filetypes/ApplicationTypeWindow.h
86
BRadioButton* fExclusiveLaunchButton;
src/preferences/locale/FormatSettingsView.cpp
100
f12HourRadioButton = new BRadioButton("", B_TRANSLATE("12 hour"),
src/preferences/locale/FormatSettingsView.cpp
98
f24HourRadioButton = new BRadioButton("", B_TRANSLATE("24 hour"),
src/preferences/locale/FormatSettingsView.h
19
class BRadioButton;
src/preferences/locale/FormatSettingsView.h
48
BRadioButton* f24HourRadioButton;
src/preferences/locale/FormatSettingsView.h
49
BRadioButton* f12HourRadioButton;
src/preferences/screensaver/PasswordWindow.cpp
66
fUseSystem = new BRadioButton("useSystem",
src/preferences/screensaver/PasswordWindow.cpp
73
fUseCustom = new BRadioButton("useCustom",
src/preferences/screensaver/PasswordWindow.h
16
class BRadioButton;
src/preferences/screensaver/PasswordWindow.h
33
BRadioButton* fUseCustom;
src/preferences/screensaver/PasswordWindow.h
34
BRadioButton* fUseSystem;
src/preferences/time/ClockView.h
16
class BRadioButton;
src/preferences/time/ZoneView.cpp
227
fLocalTime = new BRadioButton("localTime",
src/preferences/time/ZoneView.cpp
230
fGmtTime = new BRadioButton("greenwichMeanTime",
src/preferences/time/ZoneView.h
23
class BRadioButton;
src/preferences/time/ZoneView.h
65
BRadioButton* fLocalTime;
src/preferences/time/ZoneView.h
66
BRadioButton* fGmtTime;
src/servers/debug/DebugWindow.cpp
65
BRadioButton *terminate = new BRadioButton("terminate",
src/servers/debug/DebugWindow.cpp
68
BRadioButton *report = new BRadioButton("report",
src/servers/debug/DebugWindow.cpp
71
BRadioButton *debug = new BRadioButton("debug",
src/servers/debug/DebugWindow.cpp
73
BRadioButton *core = new BRadioButton("core",
src/servers/package/ProblemWindow.cpp
154
BRadioButton* button = it->first;
src/servers/package/ProblemWindow.cpp
252
BRadioButton* solutionButton = new BRadioButton(
src/servers/package/ProblemWindow.cpp
274
BRadioButton* ignoreButton = new BRadioButton(B_TRANSLATE(
src/servers/package/ProblemWindow.cpp
305
BRadioButton* button = it->first;
src/servers/package/ProblemWindow.h
31
class BRadioButton;
src/tests/kits/game/chart/ChartWindow.cpp
373
BRadioButton *radio;
src/tests/kits/game/chart/ChartWindow.cpp
854
radio = new BRadioButton(r, "", B_TRANSLATE("None"),
src/tests/kits/game/chart/ChartWindow.cpp
866
radio = new BRadioButton(r, "", B_TRANSLATE("Comet"),
src/tests/kits/game/chart/ChartWindow.cpp
877
radio = new BRadioButton(r, "", B_TRANSLATE("Novas"),
src/tests/kits/game/chart/ChartWindow.cpp
888
radio = new BRadioButton(r, "", B_TRANSLATE("Battle"),
src/tests/kits/interface/layout/LayoutTest1.cpp
1015
BRadioButton* aspectRatioButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1016
BRadioButton* sumButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1017
BRadioButton* productButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1031
.Add(aspectRatioButton = new BRadioButton("fixed aspect ratio",
src/tests/kits/interface/layout/LayoutTest1.cpp
1033
.Add(sumButton = new BRadioButton("fixed sum",
src/tests/kits/interface/layout/LayoutTest1.cpp
1035
.Add(productButton = new BRadioButton("fixed product",
src/tests/kits/interface/layout/LayoutTest1.cpp
1104
BRadioButton* aspectRatioButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1105
BRadioButton* sumButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1106
BRadioButton* productButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1120
.Add(aspectRatioButton = new BRadioButton("fixed aspect ratio",
src/tests/kits/interface/layout/LayoutTest1.cpp
1122
.Add(sumButton = new BRadioButton("fixed sum",
src/tests/kits/interface/layout/LayoutTest1.cpp
1124
.Add(productButton = new BRadioButton("fixed product",
src/tests/kits/interface/layout/LayoutTest1.cpp
1205
BRadioButton* aspectRatioButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1206
BRadioButton* sumButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1207
BRadioButton* productButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1222
.Add(aspectRatioButton = new BRadioButton("fixed aspect ratio",
src/tests/kits/interface/layout/LayoutTest1.cpp
1224
.Add(sumButton = new BRadioButton("fixed sum",
src/tests/kits/interface/layout/LayoutTest1.cpp
1226
.Add(productButton = new BRadioButton("fixed product",
src/tests/kits/interface/layout/LayoutTest1.cpp
1297
BRadioButton* aspectRatioButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1298
BRadioButton* sumButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1299
BRadioButton* productButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1315
.Add(aspectRatioButton = new BRadioButton("fixed aspect ratio",
src/tests/kits/interface/layout/LayoutTest1.cpp
1317
.Add(sumButton = new BRadioButton("fixed sum",
src/tests/kits/interface/layout/LayoutTest1.cpp
1319
.Add(productButton = new BRadioButton("fixed product",
src/tests/kits/interface/layout/LayoutTest1.cpp
1423
BRadioButton* aspectRatioButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1424
BRadioButton* sumButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
1425
BRadioButton* productButton;
src/tests/kits/interface/layout/LayoutTest1.cpp
942
.Add(aspectRatioButton = new BRadioButton("fixed aspect ratio",
src/tests/kits/interface/layout/LayoutTest1.cpp
944
.Add(sumButton = new BRadioButton("fixed sum",
src/tests/kits/interface/layout/LayoutTest1.cpp
946
.Add(productButton = new BRadioButton("fixed product",
src/tests/kits/interface/layout/widget_layout_test/tests/RadioButtonTest.cpp
19
fRadioButton(new BRadioButton("", NULL))
src/tests/kits/interface/layout/widget_layout_test/tests/RadioButtonTest.h
13
class BRadioButton;
src/tests/kits/interface/layout/widget_layout_test/tests/RadioButtonTest.h
27
BRadioButton* fRadioButton;
src/tests/kits/interface/look/Look.cpp
308
add_controls<BRadioButton>(layout, row);
src/tests/libs/alm/Views.cpp
34
BRadioButton* radioButton = new BRadioButton("BRadioButton", NULL);
src/tests/servers/app/playground/ObjectWindow.cpp
201
BRadioButton* radioButton;
src/tests/servers/app/playground/ObjectWindow.cpp
206
radioButton = new BRadioButton(b, "radio 1", B_TRANSLATE("Line"), message);
src/tests/servers/app/playground/ObjectWindow.cpp
214
radioButton = new BRadioButton(b, "radio 2", B_TRANSLATE("Rect"), message);
src/tests/servers/app/playground/ObjectWindow.cpp
220
radioButton = new BRadioButton(b, "radio 3", B_TRANSLATE("Round rect"), message);
src/tests/servers/app/playground/ObjectWindow.cpp
226
radioButton = new BRadioButton(b, "radio 4", B_TRANSLATE("Ellipse"), message);