add some properties

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-22 21:46:26 +00:00
parent 67cb8b4720
commit 777e547f2c
14 changed files with 157 additions and 7 deletions

View File

@@ -2897,7 +2897,7 @@ SWIG_From_size_t (size_t value)
}
// A wxDocArt lcass that knows how to forward virtuals to Python methods
// A wxDocArt class that knows how to forward virtuals to Python methods
class wxPyDockArt : public wxDefaultDockArt
{
wxPyDockArt() : wxDefaultDockArt() {}