]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
Add wxEvent::GetEventUserData() and improve user data documentation.
[wxWidgets.git] / include / wx / event.h
index a91efd82447d99277c1acfaa6aa845996c03b059..5db787ce6c952d9c17b3f3bd4a4368cac4f09c16 100644 (file)
@@ -930,6 +930,10 @@ public:
     int GetId() const { return m_id; }
     void SetId(int Id) { m_id = Id; }
 
+    // Returns the user data optionally associated with the event handler when
+    // using Connect() or Bind().
+    wxObject *GetEventUserData() const { return m_callbackUserData; }
+
     // Can instruct event processor that we wish to ignore this event
     // (treat as if the event table entry had not been found): this must be done
     // to allow the event processing by the base classes (calling event.Skip()