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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprogdlg.cpp52 m_prgFrame(NULL),
60 m_prgFrame = PrgStartDialog(prgTitle.ToAscii(), wxProgressCallback, this);
65 if(m_prgFrame)
67 PrgStopDialog((ProgressType *)m_prgFrame, false);
68 m_prgFrame = NULL;
74 if(!m_prgFrame)
82 ProgressType *prg = (ProgressType *)m_prgFrame;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprogdlg.h40 /*ProgressType*/ void *m_prgFrame; member in class:wxProgressDialog

Completed in 222 milliseconds