Add simple document for wxGUIEventLoop
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -286,3 +286,20 @@ public:
|
|||||||
*/
|
*/
|
||||||
~wxEventLoopActivator();
|
~wxEventLoopActivator();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
@class wxGUIEventLoop
|
||||||
|
|
||||||
|
A generic implementation of the GUI event loop.
|
||||||
|
|
||||||
|
@library{wxbase}
|
||||||
|
@category{appmanagement}
|
||||||
|
*/
|
||||||
|
class wxGUIEventLoop : public wxEventLoopBase
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
wxGUIEventLoop();
|
||||||
|
virtual ~wxGUIEventLoop();
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user