[wxPython-users] GetSubItemRect in ListCtrl?

Robin Dunn robin at alldunn.com
Mon Sep 3 19:11:13 PDT 2007


Ian York wrote:
> Python 2.4, wxPython 2.8.4.0, MacOS10.4.10, Intel Mac.
> 
> listctrl.GetItemRect(row) returns a rectangle,
> listctrl.GetSubItemRect(row, col) returns " ... object has no
> attribute 'GetSubItemRect'".
> 
> Am I doing something wrong, or isn't this working in Mac yet?

The C++ method only exists in the Windows port, and since there isn't a 
simple way to provide a workaround in wxPython the method currently 
isn't wrapped at all.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list