[wxPython-users] Can't add image to image list on wxMSW

Robin Dunn robin at alldunn.com
Wed Aug 2 11:58:15 PDT 2006


Hyrum K. Wright wrote:
> Robin Dunn wrote:

>> Is it the same size as the other images?
>>
> 
> Now it is. :)  Funny that this would only manifest itself on Windows and
> not Linux.

On windows the native image list APIs are used, on Linux it is generic 
code that isn't as strict.

> 
> Also, does this imply that for a given ListCtrl, all the images used
> have to be of the same size?

Yes, although you can have two image lists assigned to the listctrl, one 
for the large icon modes and one for the other modes.

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





More information about the wxpython-users mailing list