]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/validate.h
Fix wxGCDC::Clear() for Cairo, and possibly MSW.
[wxWidgets.git] / interface / wx / validate.h
index fcaa6a76cb8cc83144436e5f21429f87a11e3acd..13aa8c1288c4ed27cd4168ece2d16c26f4c81526 100644 (file)
 
     For more information, please see @ref overview_validator.
 
-    @beginWxPythonOnly
-    If you wish to create a validator class in wxPython you should derive the
-    class from @c wxPyValidator in order to get Python-aware capabilities for
-    the various virtual methods.
-    @endWxPythonOnly
-
     @library{wxcore}
     @category{validator}