]> git.saurik.com Git - wxWidgets.git/commitdiff
made more clear that GetItemRect() returns physical coords
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Jul 2005 22:15:36 +0000 (22:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Jul 2005 22:15:36 +0000 (22:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/listctrl.tex

index 123a760b85d8c292a75a8445eeb9b737727ef8dd..3cc184d6df93cfffabaefbc172ce8e54e6d9ef82 100644 (file)
@@ -394,7 +394,8 @@ returns a Wx::Point ( or undef ).}
 
 \constfunc{bool}{GetItemRect}{\param{long }{item}, \param{wxRect\& }{rect}, \param{int }{code = wxLIST\_RECT\_BOUNDS}}
 
-Returns the rectangle representing the item's size and position, in client coordinates.
+Returns the rectangle representing the item's size and position, in physical
+coordinates.
 
 {\it code} is one of wxLIST\_RECT\_BOUNDS, wxLIST\_RECT\_ICON, wxLIST\_RECT\_LABEL.