]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
Fixed compilation of wxVector<T> with VC6:
[wxWidgets.git] / include / wx / gtk / toplevel.h
index 3d645485739ed85c3c296234c42cd216a3db3f53..62bbf361150159aea5d6ee14f32ad0b8925de805 100644 (file)
@@ -94,6 +94,8 @@ public:
 
     GtkWidget    *m_mainWidget;
 
+    bool m_deferShow;
+
     bool          m_fsIsShowing;         /* full screen */
     int           m_fsSaveGdkFunc, m_fsSaveGdkDecor;
     wxRect        m_fsSaveFrame;
@@ -112,9 +114,6 @@ public:
     // return the size of the window without WM decorations
     void GTKDoGetSize(int *width, int *height) const;
 
-    // whether frame extents are accurate
-    virtual bool IsDecorCacheable() const;
-
 protected:
     // give hints to the Window Manager for how the size
     // of the TLW can be changed by dragging
@@ -132,7 +131,7 @@ protected:
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
 
-    // override these methods to take into account tool/menu/statusbars
+    virtual void DoSetClientSize(int width, int height);
     virtual void DoGetClientSize(int *width, int *height) const;
 
     // string shown in the title bar