]> git.saurik.com Git - wxWidgets.git/commitdiff
warning about standard controls
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Sep 2005 09:59:57 +0000 (09:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Sep 2005 09:59:57 +0000 (09:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/paintevt.tex

index 9facc650caae942aef5fad6dd0af7d8b1f7dc466..b2f9598bd49637ade7aadb05c0f0ea6abca5b5a3 100644 (file)
@@ -2,6 +2,11 @@
 
 A paint event is sent when a window's contents needs to be repainted.
 
+Please notice that in general it is impossible to change the drawing of a
+standard control (such as \helpref{wxButton}{wxbutton}) and so you shouldn't
+attempt to handle paint events for them as even if it might work on some
+platforms, this is inherently not portable and won't work everywhere.
+
 \wxheading{Derived from}
 
 \helpref{wxEvent}{wxevent}\\