Re: [wxPython] wxToolBar and wxBitmaps
by Steve Holden other posts by this author
Apr 29 2002 6:24PM messages near this date
Re: [wxPython] wxPython embedded in wxWindows...
|
Re: [wxPython] wxToolBar and wxBitmaps
----- Original Message -----
From: "M Russo" <russomf@[...].com>
To: <wxpython-users@[...].org>
Sent: Monday, April 29, 2002 10:42 AM
Subject: [wxPython] wxToolBar and wxBitmaps
> Hello All:
>
> Is there no way to:
>
> 1. dynamically change the bitmap of a toolbar button at runtime?
>
Would it suffice to use DeleteToolByPos() to remove the existing tool, then
InsertTool to insert another with the updated bitmap?
I'll leave Q2 to someone else...
regards
Steve
--
Steve Holden: http://www.holdenweb.com/ ; Python Web Programming:
http://pydish.holdenweb.com/pwp/
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users
|