]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/event.h
Add documentation for wxPrintAbortDialog since it is now documented as a return value...
[wxWidgets.git] / interface / wx / event.h
index be9d0d5aa7133fdaab178a45eaadb030288c9156..d02d5a0d377fd0d2e61b09fa32972b949ee85b06 100644 (file)
@@ -1444,6 +1444,9 @@ public:
     //@{
     /**
         Obtains the position (in client coordinates) at which the key was pressed.
+
+        Notice that this position is simply the current mouse pointer position
+        and has no special relationship to the key event itself.
     */
     wxPoint GetPosition() const;
     void GetPosition(long* x, long* y) const;
@@ -1502,11 +1505,15 @@ public:
 
     /**
         Returns the X position (in client coordinates) of the event.
+
+        @see GetPosition()
     */
     wxCoord GetX() const;
 
     /**
         Returns the Y position (in client coordinates) of the event.
+
+        @see GetPosition()
     */
     wxCoord GetY() const;