]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/frame.h
Added wxPoem sample; fixed some Dialog Editor problems; wxStaticBitmap and wxBitmapButton
[wxWidgets.git] / include / wx / gtk1 / frame.h
index 34494a92b5578127d3deccc8bb4ae33fcfe33f7f..3c235d2171a861540bd3deea2e016ae981c7e3e9 100644 (file)
@@ -66,6 +66,7 @@ public:
 
   virtual void SetSize( int x, int y, int width, int height,
     int sizeFlags = wxSIZE_AUTO );
+  virtual void SetSize( int width, int height );
     
   virtual wxStatusBar* CreateStatusBar(int number=1, long style = wxST_SIZEGRIP, wxWindowID id = 0,
     const wxString& name = "statusBar");
@@ -98,7 +99,7 @@ public:
   void OnActivate( wxActivateEvent &WXUNUSED(event) ) { } // called from docview.cpp
   void OnSize( wxSizeEvent &event );
   void OnCloseWindow( wxCloseEvent& event );
-  void OnIdle(wxIdleEvent& event);
+  void OnIdle(wxIdleEvent& event );
 
   // implementation
   
@@ -112,6 +113,7 @@ public:
   wxToolBar    *m_frameToolBar;
   wxString      m_title;
   wxIcon        m_icon;
+  int           m_miniEdge,m_miniTitle;
 
   DECLARE_EVENT_TABLE()
 };