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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4791 BButton *TempButtonPntr; local
4849 TempButtonPntr = new (std::nothrow) BButton (TempRect, TempString, TempString, NULL);
4850 if (TempButtonPntr != NULL) {
4852 TempWindowPntr->AddChild (TempButtonPntr);
4853 TempButtonPntr->GetPreferredSize (&JunkFloat, &g_ButtonHeight);
4854 TempWindowPntr->RemoveChild (TempButtonPntr);
4856 delete TempButtonPntr;

Completed in 59 milliseconds