Searched refs:BTextView (Results 1 - 25 of 175) sorted by path

1234567

/haiku/headers/build/
H A DHaikuBuildCompatibility.h104 class BTextView;
/haiku/headers/libs/print/libprint/
H A DAddPrinterDlg.h12 class BTextView;
46 BTextView* fDescription;
H A DJobSetupDlg.h25 class BTextView;
140 void AllowOnlyDigits(BTextView* textView, int maxDigits);
/haiku/headers/os/interface/
H A DTextControl.h48 BTextView* TextView() const;
/haiku/headers/os/translation/
H A DTranslationUtils.h19 class BTextView;
54 BTextView* intoView,
57 BTextView* intoView, const char* encoding,
59 static status_t PutStyledText(BTextView* fromView,
62 static status_t WriteStyledEditFile(BTextView* fromView,
64 static status_t WriteStyledEditFile(BTextView* fromView,
/haiku/headers/private/interface/
H A DAbstractSpinner.h30 class BTextView;
100 BTextView* TextView() const;
H A DToolTip.h16 class BTextView;
77 BTextView* fTextView;
/haiku/headers/private/print/
H A DJobSetupPanel.h22 class BTextView;
77 void _DisallowChar(BTextView* textView);
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp47 fTextView = new BTextView(rect, "TextView", textRect, B_FOLLOW_NONE,
H A DTextRequestDialog.h12 class BTextView;
32 BTextView *fTextView;
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp114 BTextView* textView = new BTextView(bounds, B_EMPTY_STRING, textRect,
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp135 BTextView* textView = new BTextView(bounds, B_EMPTY_STRING,
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp111 BTextView* helpText = new BTextView("Help Text");
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp146 BTextView* redTextView = fRedTextControl->TextView();
147 BTextView* greenTextView = fGreenTextControl->TextView();
148 BTextView* bluetextView = fBlueTextControl->TextView();
/haiku/src/add-ons/translators/icns/
H A DConfigView.h23 BTextView* fCopyrightView;
/haiku/src/add-ons/translators/psd/
H A DConfigView.h33 BTextView* fCopyrightView;
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.h20 class BTextView;
41 BTextView* fDescription;
H A DDescriptionPage.h15 class BTextView;
28 BTextView* fDescription;
H A DDrivesPage.h14 class BTextView;
H A DFileSelectionPage.h19 class BTextView;
47 BTextView* fDescription;
H A DPartitionsPage.h16 class BTextView;
36 BTextView* fDescription;
H A DUninstallPage.h15 class BTextView;
31 BTextView* fDescription;
H A DWizardPageView.cpp48 BTextView*
52 BTextView* view = new BTextView(frame, "text",
65 BTextView*
69 BTextView* view = new BTextView("text");
80 WizardPageView::MakeHeading(BTextView* view)
103 WizardPageView::LayoutDescriptionVertically(BTextView* view)
H A DWizardPageView.h30 virtual BTextView* CreateDescription(BRect frame, const char* name,
32 virtual BTextView* CreateDescription(const char* name,
35 virtual void MakeHeading(BTextView* view);
36 virtual void LayoutDescriptionVertically(BTextView* view);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp203 consoleScrollView->SetTarget(fConsoleOutput = new BTextView("Console"));

Completed in 183 milliseconds

1234567