Searched refs:BTextView (Results 126 - 150 of 175) sorted by relevance

1234567

/haiku/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp220 BTextView *ptextview = NULL;
221 ptextview = new BTextView(BRect(0, 0, 100, 100),
245 // Write current contents of the BTextView to a file, and make
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp45 if (dynamic_cast<BTextView*>(*target))
60 if (dynamic_cast<BTextView*>(*target))
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp134 BTextView* fTurnOffNotSupported;
138 BTextView* fFadeNeverText;
139 BTextView* fFadeNowText;
308 fTurnOffNotSupported = new BTextView("not_supported", be_plain_font,
347 fFadeNowText = new BTextView("FadeNowText", B_WILL_DRAW);
357 fFadeNeverText = new BTextView("FadeNeverText", B_WILL_DRAW);
/haiku/src/kits/interface/
H A DAlert.cpp136 fTextView = (BTextView*)FindView("_tv_");
395 BTextView*
492 fTextView = new BTextView("_tv_");
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp206 fInfoText = new BTextView("info text");
335 BTextView* view = alert->TextView();
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp89 BTextView* view = (BTextView*)View();
/haiku/src/apps/people/
H A DPersonWindow.cpp143 BTextView* textView = dynamic_cast<BTextView*>(CurrentFocus());
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp77 BTextView* pTextView = control.TextView();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp203 consoleScrollView->SetTarget(fConsoleOutput = new BTextView("Console"));
/haiku/src/apps/resedit/
H A DMiscEditors.cpp108 fValueView = new BTextView(r, "value", textRect, B_FOLLOW_ALL);
/haiku/headers/build/
H A DHaikuBuildCompatibility.h104 class BTextView;
/haiku/src/apps/pulse/
H A DPulseApp.cpp234 BTextView* view = alert->TextView();
/haiku/src/preferences/bluetooth/
H A DInquiryPanel.cpp113 fMessage = new BTextView("description", B_WILL_DRAW);
/haiku/src/apps/pairs/
H A DPairsWindow.cpp319 BTextView* view = alert->TextView();
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp56 BTextView* fTextView;
155 BTextView* fTextView;
213 fTextView = new BTextView(B_EMPTY_STRING, B_WILL_DRAW);
1118 fTextView = new BTextView(rect, B_EMPTY_STRING,
/haiku/src/kits/print/
H A DJobSetupPanel.cpp364 BJobSetupPanel::_DisallowChar(BTextView* textView)
/haiku/src/preferences/filetypes/
H A DFileTypeWindow.cpp67 BTextView* textView = fTypeControl->TextView();
H A DAttributeWindow.cpp108 BTextView* textView = fAttributeControl->TextView();
H A DApplicationTypesWindow.cpp218 fDescriptionView = new BTextView("description");
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp302 fDescription = new BTextView("description", B_WILL_DRAW);
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp128 fPreviewTextView = new BTextView("preview text");
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp267 BTextView* description = CreateDescription("description", text);
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp368 void *flattenedRunArray = BTextView::FlattenRunArray(array, &_size);
730 text_run_array *styles = BTextView::UnflattenRunArray(unflattened);
805 BTextView::FreeRunArray(styles);
/haiku/src/libs/print/libprint/
H A DMarginView.cpp486 BTextView *tv = textControl->TextView();
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp147 fInfoTextView = new BTextView("");

Completed in 170 milliseconds

1234567