Searched refs:textview (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/servers/app/textview/
H A Dmain.cpp9 BTextView *textview = new BTextView(Bounds(), "textview", Bounds(), local
11 AddChild(textview);
12 textview->SetText("Type into the Haiku BTextView!");
13 textview->MakeFocus();
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp85 BView* textview = background->FindView("text view"); local
87 if (!cancel || !textview) {
94 BRect rect = textview->Frame();
117 textview->MoveBy(0, -height);
120 fFormatMF->MoveTo(textview->Frame().left, fFormatMF->Frame().top + 2);
122 fFormatMF->MoveTo(textview->Frame().left, fFormatMF->Frame().top);
139 textview->ResizeTo(fSettingsB->Frame().right - fFormatMF->Frame().left,
140 textview->Frame().Height());
146 float minWindowWidth = textview->Bounds().Width()
310 // BTextControl* textview
[all...]

Completed in 44 milliseconds