autodoc docstring fixes and such

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-19 04:45:35 +00:00
parent b0640a71ca
commit 64e8a1f072
9 changed files with 63 additions and 46 deletions

View File

@@ -991,6 +991,8 @@ enum wxUpdateUIMode
wxUPDATE_UI_PROCESS_SPECIFIED
};
class wxUpdateUIEvent : public wxCommandEvent
{
public:
@@ -1184,6 +1186,7 @@ enum wxIdleMode
wxIDLE_PROCESS_SPECIFIED
};
class wxIdleEvent : public wxEvent
{
public: