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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1214 BPictureButton *m_ArrowLineUpPntr; member in class:WordsView
7154 m_ArrowLineUpPntr (NULL),
7234 m_ArrowLineUpPntr = new BPictureButton (TempRect, "Up Line",
7238 if (m_ArrowLineUpPntr == NULL) goto ErrorExit;
7239 AddChild (m_ArrowLineUpPntr);
7240 m_ArrowLineUpPntr->SetTarget (this);
7627 if (m_ArrowLineUpPntr != NULL)
7629 m_ArrowLineUpPntr->SetViewColor (m_BackgroundColour);
7630 m_ArrowLineUpPntr->Invalidate ();

Completed in 48 milliseconds