I just wonder how I can generate, define the Icon,
or Bitmap being used on TopLeft on the main
window within wxpython. A code shnip or a link
would be appreciated. Thank's
markus
···
********************************************************************
** Meng Engineering Telefon 056 222 44 10 **
** Markus Meng Natel 079 230 93 86 **
** Bruggerstr. 21 Telefax 056 222 44 10 **
** CH-5400 Baden Email meng.engineering@bluewin.ch **
********************************************************************
** Theory may inform, but Practice convinces. -- George Bain **
I just wonder how I can generate, define the Icon,
or Bitmap being used on TopLeft on the main
window within wxpython. A code shnip or a link
would be appreciated. Thank's
where self is a wxFrame. I think you can't use .ico files on wxGTK, but
.xpm files will probably work.
Any thoughts on adding wrappers for some of the other constructors for
a wxIcon? As it stands, to use this approach a separate, standalone,
copy of the application's .ico file must be used, whereas at least for
a Windows target, the icon is already in the executable for Windows
itself. Being able to create the icon from data already in memory (or
even just a Python file object) would be a nice addition.