When I call BitmapButton.SetBitmapLabel, does it refresh by itself?

When I call `BitmapButton.SetBitmapLabel`, does it refresh the button
by itself, or do I have to call `Refresh` on the button to ensure it's
displaying the new image? (Yes, I could try it, but I want to be sure
it does so on all platforms.)

Also, same question for `Enable` and `Disable`.

Ram.

···

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

AFAIK they all trigger a refresh on their own, at least for the native control widgets.

···

On 4/22/10 2:00 PM, cool-RR wrote:

When I call `BitmapButton.SetBitmapLabel`, does it refresh the button
by itself, or do I have to call `Refresh` on the button to ensure it's
displaying the new image? (Yes, I could try it, but I want to be sure
it does so on all platforms.)

Also, same question for `Enable` and `Disable`.

--
Robin Dunn
Software Craftsman

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

Great, thanks.

Ram.

···

On Thu, Apr 22, 2010 at 11:52 PM, Robin Dunn robin@alldunn.com wrote:

On 4/22/10 2:00 PM, cool-RR wrote:

When I call BitmapButton.SetBitmapLabel, does it refresh the button

by itself, or do I have to call Refresh on the button to ensure it’s

displaying the new image? (Yes, I could try it, but I want to be sure

it does so on all platforms.)

Also, same question for Enable and Disable.

AFAIK they all trigger a refresh on their own, at least for the native control widgets.

Robin Dunn

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en