wxTipWindow is now a wxPopupTransientWindow instead of a wxFrame.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-11-30 23:15:05 +00:00
parent 684cbc0edd
commit 4416b50837
8 changed files with 138 additions and 141 deletions

View File

@@ -16,7 +16,6 @@
%{
#include "helpers.h"
#include <wx/minifram.h>
#include <wx/tipwin.h>
%}
//----------------------------------------------------------------------
@@ -230,18 +229,6 @@ public:
//---------------------------------------------------------------------------
class wxTipWindow : public wxFrame
{
public:
wxTipWindow(wxWindow *parent,
const wxString& text,
wxCoord maxLength = 100);
%pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
};
//---------------------------------------------------------------------------