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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4797 BRadioButton *TempRadioButtonPntr; local
4886 TempRadioButtonPntr =
4888 if (TempRadioButtonPntr != NULL) {
4890 TempWindowPntr->AddChild (TempRadioButtonPntr);
4891 TempRadioButtonPntr->GetPreferredSize (&JunkFloat, &g_RadioButtonHeight);
4892 TempWindowPntr->RemoveChild (TempRadioButtonPntr);
4894 delete TempRadioButtonPntr;

Completed in 46 milliseconds