wxDEFAULT_STATUSBAR_STYLE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-04 23:55:08 +00:00
parent dad65e8abc
commit 5f57b149e6
4 changed files with 11 additions and 16 deletions

View File

@@ -90,6 +90,13 @@ typedef wxPoint2DDouble wxPoint2D;
#define SWIG_TYPE_TABLE wxPython_type_table
#endif
#ifdef __WXGTK__
#define wxDEFAULT_STATUSBAR_STYLE wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE
#else
#define wxDEFAULT_STATUSBAR_STYLE wxST_SIZEGRIP
#endif
#ifndef wxPyUSE_EXPORTED_API
void __wxPyPreStart(PyObject*);