- wxWindowID id,
- const wxString& title,
- const wxPoint& pos = wxDefaultPosition,
- const wxSize& size = wxDefaultSize,
- long style = wxDEFAULT_FRAME_STYLE,
- const wxString& name = wxFrameNameStr);
-
- virtual ~wxFrame();
-
- virtual bool Show(bool show = TRUE);
-
- // Set menu bar
- void SetMenuBar(wxMenuBar *menu_bar);
-
- // Set title
- void SetTitle(const wxString& title);
- wxString GetTitle() const { return m_title; }
-
- // Set icon
- virtual void SetIcon(const wxIcon& icon);
-
-#if wxUSE_STATUSBAR
- virtual void PositionStatusBar();
-#endif // wxUSE_STATUSBAR
-
- // Create toolbar
-#if wxUSE_TOOLBAR
- virtual wxToolBar* CreateToolBar(long style = wxNO_BORDER|wxTB_HORIZONTAL, wxWindowID id = -1, const wxString& name = wxToolBarNameStr);
- virtual void PositionToolBar();
-#endif // wxUSE_TOOLBAR
-
- // Iconize
- virtual void Iconize(bool iconize);
-
- virtual bool IsIconized() const;
-
- // Is the frame maximized? Returns FALSE under Motif (but TRUE for
- // wxMDIChildFrame due to the tabbed implementation).
+ wxWindowID id,
+ const wxString& title,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& size = wxDefaultSize,
+ long style = wxDEFAULT_FRAME_STYLE,
+ const wxString& name = wxFrameNameStr);
+
+ virtual ~wxTopLevelWindowX11();
+
+ // implement base class pure virtuals
+ virtual void Maximize(bool maximize = TRUE);