]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/help.i
Updated note about wxSTC using wxPopupWindow
[wxWidgets.git] / wxPython / src / help.i
index ea1bb8ad543e7ad262907fe415a6172d1485f373..54f431b47c3aec1522a20347b3950667034c3153 100644 (file)
@@ -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);