]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/access.h
send more page change events (patch 750521); document this behaviour
[wxWidgets.git] / include / wx / access.h
index b78642463e458307f08027f09979faa8d167a9a4..b7b80b84fa74aa34850abe7698157f809d115a9d 100644 (file)
@@ -225,6 +225,9 @@ typedef enum
 // ----------------------------------------------------------------------------
 
 class WXDLLEXPORT wxAccessible;
+class WXDLLEXPORT wxWindow;
+class WXDLLEXPORT wxPoint;
+class WXDLLEXPORT wxRect;
 class WXDLLEXPORT wxAccessibleBase : public wxObject
 {
     DECLARE_NO_COPY_CLASS(wxAccessibleBase)
@@ -346,7 +349,7 @@ public:
 
 // Operations
 
-        // Each wxAccessible implementation must define this
+        // Each platform's implementation must define this
     // static void NotifyEvent(int eventType, wxWindow* window, wxAccObject objectType,
     //                         int objectId);