]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/wx.i
Added wxRTTI for the new wxVScrolledWindow, wxVListBox, and
[wxWidgets.git] / wxPython / src / wx.i
index 5b0091eecf7012eec9647b89d52a359382de19b0..4f05180037fbef09aa12e802026e3ba260187a0b 100644 (file)
@@ -87,9 +87,6 @@ public:
 
 
     wxString GetAppName();
-#ifdef __WXMSW__
-    bool GetAuto3D();
-#endif
     wxString GetClassName();
     bool GetExitOnFrameDelete();
     int GetPrintMode();
@@ -106,9 +103,6 @@ public:
     bool Yield(bool onlyIfNeeded = FALSE);
 
     void SetAppName(const wxString& name);
-#ifdef __WXMSW__
-    void SetAuto3D(bool auto3D);
-#endif
     void SetClassName(const wxString& name);
     void SetExitOnFrameDelete(bool flag);
     void SetPrintMode(int mode);