]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/misc.i
nanosleep() detection works for Solaris
[wxWidgets.git] / utils / wxPython / src / misc.i
index 7c3205c38e029e255238e1571eed887d71e9efd1..3f411f7dba359b20485b14deb528da3f7142c121 100644 (file)
@@ -388,9 +388,7 @@ public:
 
     void SetTip(const wxString& tip);
     wxString GetTip();
-#ifndef __WXGTK__
-    void SetWindow(wxWindow *win);
-#endif
+    // *** Not in the "public" interface void SetWindow(wxWindow *win);
     wxWindow *GetWindow();
 };
 
@@ -409,7 +407,11 @@ public:
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// Revision 1.13  1999/02/25 07:08:34  RD
+// wxPython version 2.0b5
+//
 // Revision 1.12  1999/02/20 10:02:37  RD
+//
 // Changes needed to enable wxGTK compatibility.
 //
 // Revision 1.11  1999/02/20 09:03:01  RD