]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/window.h
Remove the wxPython-only doc snippets from the C++ docs
[wxWidgets.git] / interface / wx / window.h
index 89d34bd2fd87604306b1722dc99576ab4dd55ee3..53fb5e86a8d5e542e37a71e218fc82be1ed816dc 100644 (file)
@@ -1415,12 +1415,6 @@ public:
             A pointer to a integer value for the y coordinate. Pass the client
             coordinate in, and a screen coordinate will be passed out.
 
-        @beginWxPythonOnly
-        In place of a single overloaded method name, wxPython implements the following methods:
-            - ClientToScreen(point): Accepts and returns a wxPoint
-            - ClientToScreenXY(x, y): Returns a 2-tuple, (x, y)
-        @endWxPythonOnly
-
         @beginWxPerlOnly
         In wxPerl this method returns a 2-element list instead of
         modifying its parameters.