]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmlcell.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / html / htmlcell.h
index c44ec814a88e786c9ee15199c70b88a5074a8c0d..e5312ee9e71e8ed71c69422ba91d77958c52961f 100644 (file)
@@ -319,9 +319,26 @@ public:
 
         @param window
             interface to the parent HTML window
+
+        @see GetMouseCursorAt()
     */
     virtual wxCursor GetMouseCursor(wxHtmlWindowInterface* window) const;
 
+    /**
+        Returns cursor to show when mouse pointer is over the specified point.
+
+        This function should be overridden instead of GetMouseCursorAt() if
+        the cursor should depend on the exact position of the mouse in the
+        window.
+
+        @param window
+            interface to the parent HTML window
+
+        @since 3.0
+     */
+    virtual wxCursor GetMouseCursorAt(wxHtmlWindowInterface* window,
+                                      const wxPoint& rePos) const;
+
     /**
         Returns pointer to the next cell in list (see htmlcell.h if you're
         interested in details).