Searched refs:TextView (Results 126 - 150 of 235) sorted by relevance

12345678910

/haiku/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp100 fPincodeText->TextView()->SetMaxBytes(16 * sizeof(fPincodeText->Text()[0]));
/haiku/src/servers/debug/
H A DDebugWindow.cpp22 #include <TextView.h>
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp654 BRect nuRect(attribView->TextView()->TextRect());
655 nuRect.right = attribView->TextView()->LineWidth() + 20;
656 attribView->TextView()->SetTextRect(nuRect);
659 attribView->TextView()->ScrollToSelection();
/haiku/src/apps/mail/
H A DHeader.cpp194 bool active = TextView()->IsFocus() && Window()->IsActive();
196 BRect rect = TextView()->Frame();
233 BTextView* textView = TextView();
249 BTextView* textView = TextView();
H A DContent.h113 TTextView* TextView() const { return fTextView; } function in class:TContentView
/haiku/src/apps/bootmanager/
H A DPartitionsPage.cpp26 #include <TextView.h>
H A DDefaultPartitionPage.cpp24 #include <TextView.h>
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp21 #include <TextView.h>
/haiku/src/apps/pulse/
H A DConfigView.cpp148 fIconWidthControl->TextView()->DisallowChar(c);
150 fIconWidthControl->TextView()->SetMaxBytes(2);
H A DCPUButton.cpp20 #include <TextView.h>
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp103 fXPlacementText->TextView()->SetAlignment(B_ALIGN_RIGHT);
104 fYPlacementText->TextView()->SetAlignment(B_ALIGN_RIGHT);
107 fXPlacementText->TextView()->SetMaxBytes(5);
108 fYPlacementText->TextView()->SetMaxBytes(5);
113 fXPlacementText->TextView()->DisallowChar(i);
114 fYPlacementText->TextView()->DisallowChar(i);
880 fXPlacementText->TextView()->MakeSelectable(textEnabled);
881 fYPlacementText->TextView()->MakeSelectable(textEnabled);
882 fXPlacementText->TextView()->MakeEditable(textEnabled);
883 fYPlacementText->TextView()
[all...]
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp63 #include <TextView.h>
757 DisallowMetaKeys(fTextControl->TextView());
758 DisallowFilenameKeys(fTextControl->TextView());
761 fTextControl->TextView()->SetMaxBytes(B_FILE_NAME_LENGTH - 1);
868 fTextControl->TextView()->SelectAll();
1220 if (textControl->TextView() != NULL)
1221 textControl->TextView()->SelectAll();
1592 fTextControl->TextView()->SelectAll();
1610 fTextControl->TextView()->SelectAll();
1622 fTextControl->TextView()
[all...]
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp171 _DisallowChar(fDelayControl->TextView());
172 fDelayControl->TextView()->SetAlignment(B_ALIGN_RIGHT);
576 fNameControl->TextView()->Select(0, fNameControl->TextView()->TextLength()
579 fNameControl->TextView()->ScrollToSelection();
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp108 BTextView* textView = fAttributeControl->TextView();
185 textView = fWidthControl->TextView();
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp38 #include <TextView.h>
335 BTextView* view = alert->TextView();
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp329 fServerTextControl->TextView()->SetFontAndColor(0,
330 fServerTextControl->TextView()->TextLength(), NULL, 0,
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp49 fPasswordView->TextView()->HideTyping(true);
110 fLoginNameView->TextView()->SelectAll();
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp77 BTextView* pTextView = control.TextView();
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp21 #include <TextView.h>
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp18 #include <TextView.h>
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp16 #include <TextView.h>
/haiku/src/servers/keystore/
H A DKeyRequestWindow.cpp24 #include <TextView.h>
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp37 #include <TextView.h>
223 AllowOnlyDigits(fFromPage->TextView(), 6);
227 AllowOnlyDigits(fToPage->TextView(), 6);
283 AllowOnlyDigits(fCopies->TextView(), 3);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp2 #include <TextView.h>
/haiku/src/preferences/appearance/
H A DAntialiasingSettingsView.cpp23 #include <TextView.h>

Completed in 218 milliseconds

12345678910