]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/help.i
Updated note about wxSTC using wxPopupWindow
[wxWidgets.git] / wxPython / src / help.i
index f7f6c5a7be307e548d5bb7da0bfabd27e4f9643f..54f431b47c3aec1522a20347b3950667034c3153 100644 (file)
@@ -13,7 +13,7 @@
 %module help
 
 %{
-#include "export.h"
+#include "wxPython.h"
 #include <wx/cshelp.h>
 %}
 
@@ -73,21 +73,6 @@ public:
 
 //---------------------------------------------------------------------------
 
-
-class wxContextMenuEvent : public wxCommandEvent
-{
-public:
-    wxContextMenuEvent(wxEventType type = wxEVT_NULL,
-                       wxWindowID id = 0,
-                       const wxPoint& pt = wxDefaultPosition);
-    const wxPoint& GetPosition();
-    void SetPosition(const wxPoint& pos);
-};
-
-
-
-//----------------------------------------------------------------------
-
 class wxContextHelp : public wxObject {
 public:
     wxContextHelp(wxWindow* window = NULL, bool doNow = TRUE);