Lines Matching refs:m_pHelp
158 ,m_pHelp(NULL) in OWizardMachine()
171 ,m_pHelp(NULL) in OWizardMachine()
186 m_pHelp= new HelpButton(this, WB_TABSTOP); in implConstruct()
187 m_pHelp->SetSizePixel( LogicToPixel( Size( 50, 14 ), MAP_APPFONT ) ); in implConstruct()
188 m_pHelp->Show(); in implConstruct()
189 AddButton( m_pHelp, WIZARDDIALOG_BUTTON_STDOFFSET_X); in implConstruct()
253 delete m_pHelp; in ~OWizardMachine()
349 if (m_pHelp && (_nWizardButtonFlags & WZB_HELP)) in defaultButton()
350 pNewDefButton = m_pHelp; in defaultButton()
411 if (m_pHelp && (_nWizardButtonFlags & WZB_HELP)) in enableButtons()
412 m_pHelp->Enable(_bEnable); in enableButtons()