]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/events.i
Updated note about wxSTC using wxPopupWindow
[wxWidgets.git] / wxPython / src / events.i
index cd34979002fbec314b4d1e55519fddf03562ff79..598316933591f056df664ef5fbb6bb9da3573496 100644 (file)
@@ -511,6 +511,18 @@ 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  wxTimerEvent : public wxEvent
 {
 public: