]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/events.i
Fixed compilation error
[wxWidgets.git] / wxPython / src / events.i
index 47a7825ade8a9183fa6971be02e15d160998f268..029e29bdd6d4c02866f4f8bcf003a7ebfff5c16c 100644 (file)
@@ -291,7 +291,8 @@ public:
 
 class wxIconizeEvent: public wxEvent {
 public:
-    wxIconizeEvent(int id = 0);
+    wxIconizeEvent(int id = 0, bool iconized = TRUE);
+    bool Iconized();
 };
 
 //---------------------------------------------------------------------------
@@ -445,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();
+};
 
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------