Searched refs:m_ArrowPageDownPntr (Results 1 – 1 of 1) sorted by relevance
1215 BPictureButton *m_ArrowPageDownPntr; member in WordsView7155 m_ArrowPageDownPntr (NULL), in WordsView()7286 m_ArrowPageDownPntr = new BPictureButton (TempRect, "Down Page", in AttachedToWindow()7290 if (m_ArrowPageDownPntr == NULL) goto ErrorExit; in AttachedToWindow()7291 AddChild (m_ArrowPageDownPntr); in AttachedToWindow()7292 m_ArrowPageDownPntr->SetTarget (this); in AttachedToWindow()7633 if (m_ArrowPageDownPntr != NULL) in MakeFocus()7635 m_ArrowPageDownPntr->SetViewColor (m_BackgroundColour); in MakeFocus()7636 m_ArrowPageDownPntr->Invalidate (); in MakeFocus()