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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4801 BTextControl *TempTextPntr; local
4861 TempTextPntr = new (std::nothrow) BTextControl (TempRect, TempString, NULL /* label */,
4863 if (TempTextPntr != NULL) {
4865 TempWindowPntr->AddChild (TempTextPntr);
4866 TempTextPntr->GetPreferredSize (&JunkFloat, &g_TextBoxHeight);
4867 TempWindowPntr->RemoveChild (TempTextPntr);
4869 delete TempTextPntr;

Completed in 52 milliseconds