Searched refs:AddChild (Results 1 - 25 of 607) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/kits/midi/midi_player_replacement/
H A DActivity.cpp27 AddChild(new BStringView(BRect( 65, 45, 80, 55), NULL, "1"));
28 AddChild(new BStringView(BRect(125, 45, 140, 55), NULL, "2"));
29 AddChild(new BStringView(BRect(185, 45, 200, 55), NULL, "3"));
30 AddChild(new BStringView(BRect(245, 45, 260, 55), NULL, "4"));
32 AddChild(new BStringView(BRect( 65, 105, 80, 115), NULL, "5"));
33 AddChild(new BStringView(BRect(125, 105, 140, 115), NULL, "6"));
34 AddChild(new BStringView(BRect(185, 105, 200, 115), NULL, "7"));
35 AddChild(new BStringView(BRect(245, 105, 260, 115), NULL, "8"));
37 AddChild(new BStringView(BRect( 65, 165, 80, 175), NULL, "9"));
38 AddChild(ne
[all...]
H A DMidiPlayerView.cpp53 AddChild(fInputBox = new BBox(BRect(10, 0, 290, 170), "InputBox"));
62 AddChild(fOutputBox = new BBox(BRect(10, 180, 290, 350), "OutputBox"));
75 AddChild(fViewBox = new BBox(BRect(300, 0, 650, 350), "OutputBox")); //Width = 350, High = 350
103 fInputBox->AddChild(fInputStringView);
104 fInputBox->AddChild(new BButton(BRect(220, 20, 270, 40), NULL, "Select", new BMessage(CHANGE_INPUT_FILE)));
105 fInputBox->AddChild(new BButton(BRect(50, 140, 100, 160), NULL, "Rewind", new BMessage(REWIND_INPUT_FILE)));
106 fInputBox->AddChild(new BButton(BRect(110, 140, 160, 160), NULL, "Play", new BMessage(PLAY_INPUT_FILE)));
107 fInputBox->AddChild(new BButton(BRect(170, 140, 220, 160), NULL, "Pause", new BMessage(PAUSE_INPUT_FILE)));
113 fInputBox->AddChild(Field = new BMenuField(BRect(10, 25, 280, 45), NULL, "Selected", popupmenu));
122 fOutputBox->AddChild(fOutputStringVie
[all...]
/haiku-fatelf/src/preferences/joysticks/
H A DCalibWin.cpp60 fBox->AddChild(fStringView3);
62 fView->AddChild(fButton3);
63 fView->AddChild(fButton4);
64 fView->AddChild(fBox);
66 fView->AddChild(fStringView4);
67 fView->AddChild(fStringView5);
68 fView->AddChild(fStringView6);
69 fView->AddChild(fStringView7);
70 fView->AddChild(fStringView8);
71 fView->AddChild(fStringView
[all...]
/haiku-fatelf/src/add-ons/translators/ico/
H A DConfigView.cpp33 AddChild(stringView);
36 AddChild(BSpaceLayoutItem::CreateVerticalStrut(spacing));
46 AddChild(stringView);
51 AddChild(stringView);
53 AddChild(BSpaceLayoutItem::CreateVerticalStrut(spacing));
58 AddChild(checkBox);
64 AddChild(checkBox);
66 AddChild(BSpaceLayoutItem::CreateVerticalStrut(spacing));
71 AddChild(stringView);
76 AddChild(stringVie
[all...]
/haiku-fatelf/src/add-ons/translators/icns/
H A DConfigView.cpp33 AddChild(stringView);
36 AddChild(BSpaceLayoutItem::CreateVerticalStrut(spacing));
46 AddChild(stringView);
51 AddChild(stringView);
56 AddChild(stringView);
58 AddChild(BSpaceLayoutItem::CreateVerticalStrut(spacing));
63 AddChild(stringView);
68 AddChild(stringView);
70 AddChild(BSpaceLayoutItem::CreateVerticalStrut(spacing));
91 AddChild(fCopyrightVie
[all...]
/haiku-fatelf/src/tests/kits/interface/
H A DCheckBoxTest.cpp75 AddChild(stringView);
79 AddChild(checkBox);
84 AddChild(view);
87 view->AddChild(checkBox);
92 AddChild(box);
97 box->AddChild(checkBox);
101 AddChild(view);
104 view->AddChild(checkBox);
108 AddChild(view);
112 view->AddChild(checkBo
[all...]
/haiku-fatelf/src/apps/powerstatus/
H A DPowerStatusWindow.cpp24 AddChild(topView);
26 topView->AddChild(new PowerStatusReplicant(Bounds(), B_FOLLOW_ALL));
/haiku-fatelf/src/kits/screensaver/
H A DBuildScreenSaverDefaultSettingsView.cpp27 view->AddChild(stringView);
32 view->AddChild(stringView);
/haiku-fatelf/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DButtonTest.cpp44 controls->AddChild(group);
48 group->AddChild(new Glue());
H A DSliderTest.cpp183 controls->AddChild(group);
186 group->AddChild(hGroup);
192 hGroup->AddChild(vGroup);
200 vGroup->AddChild(button);
205 vGroup->AddChild(button);
215 hGroup->AddChild(vGroup);
222 vGroup->AddChild(button);
227 vGroup->AddChild(button);
234 group->AddChild(new VStrut(10));
244 group->AddChild(butto
[all...]
H A DBoxTest.cpp101 controls->AddChild(group);
111 group->AddChild(button);
116 group->AddChild(button);
121 group->AddChild(button);
128 group->AddChild(new VStrut(10));
137 group->AddChild(button);
142 group->AddChild(button);
147 group->AddChild(button);
154 group->AddChild(new VStrut(10));
159 group->AddChild(fLongLabelCheckBo
[all...]
H A DTextViewTest.cpp62 controls->AddChild(group);
67 group->AddChild(fUseInsetsCheckBox);
72 group->AddChild(fTextCheckBox);
77 group->AddChild(fFontCheckBox);
80 group->AddChild(new Glue());
H A DCheckBoxTest.cpp50 controls->AddChild(group);
54 group->AddChild(new Glue());
H A DRadioButtonTest.cpp51 controls->AddChild(group);
55 group->AddChild(new Glue());
/haiku-fatelf/src/add-ons/translators/hpgs/
H A DConfigView.cpp36 AddChild(stringView);
47 AddChild(stringView);
56 AddChild(stringView);
62 AddChild(stringView);
68 AddChild(stringView);
/haiku-fatelf/src/preferences/network_old/
H A DInterfaceWin.cpp18 AddChild(view);
25 view->AddChild(fName);
40 view->AddChild(fEnabled);
48 view->AddChild(fDHCP);
55 view->AddChild(fManual);
77 view->AddChild(fBox);
79 fBox->AddChild(fIPAddress);
80 fBox->AddChild(fNetMask);
81 fBox->AddChild(fGateway);
103 view->AddChild(fConfi
[all...]
H A DLoginInfo.cpp28 fView->AddChild(fName);
29 fView->AddChild(fPassword);
30 fView->AddChild(fConfirm);
31 fView->AddChild(fCancel);
32 fView->AddChild(fDone);
34 AddChild(fView);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DMyDriveView.cpp45 AddChild(barFull);
49 AddChild(btnMount);
53 AddChild(btnIncrease);
/haiku-fatelf/src/apps/networkstatus/
H A DNetworkStatusWindow.cpp28 AddChild(topView);
32 topView->AddChild(new NetworkStatusView(Bounds().InsetByCopy(5, 5),
/haiku-fatelf/src/apps/overlayimage/
H A DOverlayWindow.cpp32 AddChild(replView);
36 AddChild(bgView);
/haiku-fatelf/src/preferences/dun/
H A DSettingsWindow.cpp58 AddChild(aSettingsview);
67 aSettingsview->AddChild(ConnectSettings);
89 iplabel->AddChild(UseStaticIP);
106 IPBox->AddChild(IPAddress);
108 aSettingsview->AddChild(IPBox);
121 DNSBox->AddChild(PrimaryDNS);
127 DNSBox->AddChild(SecondaryDNS);
129 aSettingsview->AddChild(DNSBox);
136 aSettingsview->AddChild(btnSettingsWindowDone);
137 aSettingsview->AddChild(btnSettingsWindowCance
[all...]
H A DModemWindow.cpp34 AddChild(aModemview);
145 aModemview->AddChild(YourModemIsMenuField);
146 aModemview->AddChild(ConnectViaMenuField);
147 aModemview->AddChild(SpeedMenuField);
148 aModemview->AddChild(btnModemWindowCancel);
149 aModemview->AddChild(btnModemWindowCustom);
150 aModemview->AddChild(btnModemWindowDone);
151 aModemview->AddChild(chkMakeConnection);
152 aModemview->AddChild(chkShowTerminal);
153 aModemview->AddChild(chkLogAl
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/videowindow/
H A DVideoWindow.cpp16 AddChild(fVideoView);
/haiku-fatelf/src/apps/installedpackages/
H A DUninstallWindow.cpp28 AddChild(new UninstallView());
/haiku-fatelf/src/bin/network/ppp_up/
H A DPPPStatusWindow.cpp16 AddChild(fStatusView);

Completed in 110 milliseconds

1234567891011>>