]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
corrected code to really skip stack frames in the beginning and to number the remaini...
[wxWidgets.git] / include / wx / frame.h
index 9caf869e9642a16fc8ccf68c094cac4839ff0235..8d5ce34cc9ccd35dadfb6f983ecf1fe55193179d 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "framebase.h"
-#endif
-
 #include "wx/toplevel.h"      // the base class
 
 // the default names for various classs
@@ -177,11 +173,6 @@ public:
     // if you are hiding the help, true otherwise
     virtual void DoGiveHelp(const wxString& text, bool show);
 
-#if WXWIN_COMPATIBILITY_2_2
-    // call this to simulate a menu command
-    wxDEPRECATED( bool Command(int winid) );
-#endif // WXWIN_COMPATIBILITY_2_2
-
 protected:
     // the frame main menu/status/tool bars
     // ------------------------------------