no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,9 +89,6 @@ public:
|
|||||||
virtual bool ProcessMessage(WXMSG* pMsg);
|
virtual bool ProcessMessage(WXMSG* pMsg);
|
||||||
void DeletePendingObjects(void);
|
void DeletePendingObjects(void);
|
||||||
bool ProcessIdle(void);
|
bool ProcessIdle(void);
|
||||||
#if wxUSE_THREADS
|
|
||||||
void ProcessPendingEvents(void);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
int m_nCmdShow;
|
int m_nCmdShow;
|
||||||
|
@@ -975,13 +975,15 @@ void wxWakeUpIdle()
|
|||||||
}
|
}
|
||||||
} // end of wxWakeUpIdle
|
} // end of wxWakeUpIdle
|
||||||
|
|
||||||
HINSTANCE wxGetInstance()
|
HAB wxGetInstance()
|
||||||
{
|
{
|
||||||
return wxhInstance;
|
return vHabmain;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxSetInstance(HINSTANCE hInst)
|
void wxSetInstance(
|
||||||
|
HAB vHab
|
||||||
|
)
|
||||||
{
|
{
|
||||||
wxhInstance = hInst;
|
vHabmain = vHab;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user