virtual ~wxFrame();
#if wxUSE_STATUSBAR
- virtual void PositionStatusBar();
-
virtual wxStatusBar* CreateStatusBar(int number = 1,
long style = wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE,
wxWindowID id = 0,
// common part of all ctors
void Init();
+#if wxUSE_STATUSBAR
+ virtual void PositionStatusBar();
+#endif // wxUSE_STATUSBAR
+
// override wxWindow methods to take into account tool/menu/statusbars
virtual void DoSetClientSize(int width, int height);
virtual void DoGetClientSize( int *width, int *height ) const;