]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/events.i
fixed clipping of items with icons text in report mode
[wxWidgets.git] / wxPython / src / events.i
index 3cf5673359c168a9035d88b82473e892302da3a1..029e29bdd6d4c02866f4f8bcf003a7ebfff5c16c 100644 (file)
@@ -33,7 +33,7 @@
 
 int wxNewEventType();
 
 
 int wxNewEventType();
 
-class wxEvent {
+class wxEvent : public wxObject {
 public:
     wxEvent(int id = 0);
     ~wxEvent();
 public:
     wxEvent(int id = 0);
     ~wxEvent();
@@ -291,7 +291,8 @@ public:
 
 class wxIconizeEvent: public wxEvent {
 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();
 };
 
     int GetInterval();
 };
 
+//---------------------------------------------------------------------------
+
+class wxTextUrlEvent : public wxCommandEvent
+{
+public:
+    wxTextUrlEvent(int id, const wxMouseEvent& evtMouse,
+                   long start, long end);
+    const wxMouseEvent& GetMouseEvent();
+    long GetURLStart();
+    long GetURLEnd();
+};
 
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------