%{
#include "helpers.h"
#include <wx/minifram.h>
-#include <wx/tipwin.h>
%}
//----------------------------------------------------------------------
virtual bool IsIconized() const;
// get the frame icon
- const wxIcon& GetIcon() const;
+ wxIcon GetIcon() const;
// set the frame icon
virtual void SetIcon(const wxIcon& icon);
//---------------------------------------------------------------------------
-class wxTipWindow : public wxFrame
-{
-public:
- wxTipWindow(wxWindow *parent,
- const wxString& text,
- wxCoord maxLength = 100);
-
- %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
-};
-
-
-//---------------------------------------------------------------------------