]> git.saurik.com Git - wxWidgets.git/commitdiff
fix (reversed) operator!() description (bug 1817138)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Oct 2007 22:18:10 +0000 (22:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Oct 2007 22:18:10 +0000 (22:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/treectrl.tex

index e43750d483b7c8e38dc6ef3f1836919fba9fd750..48fed6862a43e5eb09233daefa6167ef9ab262d9 100644 (file)
@@ -1112,7 +1112,8 @@ Returns \true if this instance is referencing a valid tree item.
 
 \constfunc{void}{operator $!$}{}
 
 
 \constfunc{void}{operator $!$}{}
 
-Synonim for \helpref{IsOk}{wxtreeitemidisok}
+Antonym of \helpref{IsOk}{wxtreeitemidisok}, i.e. returns \true only if the
+item is not valid.
 
 
 \constfunc{bool}{operator $==$}{\param{const wxTreeItemId\& }{item}}
 
 
 \constfunc{bool}{operator $==$}{\param{const wxTreeItemId\& }{item}}