2. Where/How can I get standard toolbar bitmaps for Open, Save, New etc. that Windows use?
There are lots of icon collections on the web that you can choose from. There are also some icons/bitmaps available with the microsoft developer tools, and etc.
3. How can I include the bitmaps into my source python code?
I saw something like
wxPython comes with a command-line tool called img2py that will do this for you. It simply imports from wx.tools.img2py and calls main, so you can look at the docstring in that module for more details.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
1. How can I convert a large bitmap to a bitmap that is suitable (its size) for ToolBar bitmap?
unless there is a reason to do this dynamically, it probably makes sense to use any number of image manipulation tools (on Linux: xv, gimp, etc.) and make them the size you need for your app.
3. How can I include the bitmaps into my source python code?
I saw something like
def GetPlusData():
>.....
Use the img2py utility that comes with wxPython. It converts the image to a string, and makes a little wrapper function for it.
-Chris
···
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception