default style for statusbars varies by platform

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-08 23:16:10 +00:00
parent b887061dd1
commit 69d818954b
3 changed files with 10 additions and 2 deletions

View File

@@ -544,6 +544,13 @@ enum {
};
#ifdef __WXGTK__
#define wxDEFAULT_STATUSBAR_STYLE wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE
#else
#define wxDEFAULT_STATUSBAR_STYLE wxST_SIZEGRIP
#endif
enum wxGeometryCentre
{