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

Hyrum K. Wright hyrum_wright at mail.utexas.edu
Wed Aug 2 12:24:09 PDT 2006


Robin Dunn wrote:
> 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.
> 

Okay, I'll have to remember that.

Thanks for the help!

-Hyrum




More information about the wxpython-users mailing list