Forward declare new wxPy classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-04-12 19:51:09 +00:00
parent fee043161b
commit 7e173fdcef
4 changed files with 445 additions and 341 deletions

View File

@@ -164,7 +164,9 @@ public:
//---------------------------------------------------------------------------
class wxPyHScrolledWindow;
class wxPyVScrolledWindow;
class wxPyHVScrolledWindow;
class wxPyVListBox;
class wxPyHtmlListBox;
class wxPyPanel;