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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5480 BTextView *TextViewPntr; local
5506 TextViewPntr = new BTextView (TempRect, "FileText", TextRect,
5508 AddChild (TextViewPntr);
5509 TextViewPntr->SetText (TempString);
5510 TextViewPntr->MakeEditable (false);
5511 TextViewPntr->SetViewColor (ui_color (B_PANEL_BACKGROUND_COLOR));
5512 TextViewPntr->ResizeTo (TempRect.Width (),
5513 3 + TextViewPntr->TextHeight (0, sizeof (TempString)));
5514 RowTop = TextViewPntr->Frame().bottom + Margin;

Completed in 55 milliseconds