// Name: wx/gtk1/frame.h
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual void PositionStatusBar();
virtual wxStatusBar* CreateStatusBar(int number = 1,
- long style = wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE,
+ long style = wxSTB_DEFAULT_STYLE,
wxWindowID id = 0,
const wxString& name = wxStatusLineNameStr);