%{
#include "helpers.h"
#include <wx/minifram.h>
+#include <wx/tipwin.h>
%}
//----------------------------------------------------------------------
bool Command(int id);
bool ProcessCommand(int id);
bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
+ bool IsFullScreen();
};
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
+class wxTipWindow : public wxFrame
+{
+public:
+ wxTipWindow(wxWindow *parent,
+ const wxString& text,
+ wxCoord maxLength = 100);
+};
+
+
+//---------------------------------------------------------------------------
+