extracted common initialization/cleanup functions in common/init.cpp; standardized wxEntry()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -126,14 +126,13 @@ private:
|
||||
public:
|
||||
|
||||
// Implementation
|
||||
static bool Initialize(HAB vHab);
|
||||
static void CleanUp(void);
|
||||
virtual bool Initialize(int argc, wxChar **argv);
|
||||
virtual void CleanUp(void);
|
||||
|
||||
static bool RegisterWindowClasses(HAB vHab);
|
||||
virtual void DoMessage(WXMSG *pMsg);
|
||||
virtual bool DoMessage(void);
|
||||
virtual bool ProcessMessage(WXMSG* pMsg);
|
||||
void DeletePendingObjects(void);
|
||||
|
||||
public:
|
||||
int m_nCmdShow;
|
||||
|
Reference in New Issue
Block a user