wxPython version 2.0b5

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-02-25 07:09:51 +00:00
parent 99f09bc1b9
commit 0699c8646a
26 changed files with 184 additions and 317 deletions

View 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