[wxPython-users] Hello
Robin Dunn
robin at alldunn.com
Tue Oct 2 12:41:29 PDT 2007
Al Niessner wrote:
>
> Is ImageList really that sensitive to the constructed size image? In my
> real application I have icons that are 120x90 as well as 90x120 so I
> went with 120x120 just to cover the full range.
Yes all the bitmaps are supposed to be the same size. To do what you
want you'll need to dynamically create a new bitmap that is 120x120 and
draw the real bitmap inside of it.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list