[wxPython-users] newbie: change application icon!
Jorgen Bodde
jorgen.maillist at gmail.com
Mon May 7 03:51:41 PDT 2007
The most easy way of embedding images is using img2py in the wx tools
directory in the wxPython site_packages dir. Simply execute it, and
feed it an image and the file that should be created holding data for
that image.
In the python file a few methods are created, getBitmap, getImage and
getData which can be accessed to directly create a wxBitmap if needed,
I am sure a wxIcon can be somehow constructed from that as well
- Jorgen
On 5/6/07, E. A. Tacao <e.a.tacao at estadao.com.br> wrote:
> Saturday, May 5, 2007, 3:24:11 PM, Luca wrote:
>
> > Ok, thank you! But is not possible to have a cross-platform
> > solution??
>
> Probably.
>
> > What if I wanna this to work on linux too?
>
> I don't know. I hope someone with more wxPython/Linux experience than
> me answers that. ;)
>
> -- tacao
>
> No bits were harmed during the making of this e-mail.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
>
>
More information about the wxpython-users
mailing list