]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/events.i
Fixed compilation error
[wxWidgets.git] / wxPython / src / events.i
index 03c1a0d1bb8557d66676fc7432294a8f052f6d37..029e29bdd6d4c02866f4f8bcf003a7ebfff5c16c 100644 (file)
@@ -446,6 +446,17 @@ public:
     int GetInterval();
 };
 
+//---------------------------------------------------------------------------
+
+class wxTextUrlEvent : public wxCommandEvent
+{
+public:
+    wxTextUrlEvent(int id, const wxMouseEvent& evtMouse,
+                   long start, long end);
+    const wxMouseEvent& GetMouseEvent();
+    long GetURLStart();
+    long GetURLEnd();
+};
 
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------