X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88c7f3f938da664299073a412a146440de447e06..bffe56c5d19df9926686722fc09ad096afb47633:/wxPython/src/help.i diff --git a/wxPython/src/help.i b/wxPython/src/help.i index f7f6c5a7be..54f431b47c 100644 --- a/wxPython/src/help.i +++ b/wxPython/src/help.i @@ -13,7 +13,7 @@ %module help %{ -#include "export.h" +#include "wxPython.h" #include %} @@ -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);