Discussion:
MenuItem.SetDisabledBitmap missing from Phoenix
Metallicow
2014-03-04 20:55:58 UTC
Permalink
MenuItem.SetDisabledBitmap is missing from Phoenix.

@Robin: Was this missed, deprecated, not hooked in or what?
I cant find it in the phoenix docs and is throwing me an error, so I am
working around it ATM.
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Robin Dunn
2014-03-15 04:48:21 UTC
Permalink
Post by Metallicow
MenuItem.SetDisabledBitmap is missing from Phoenix.
@Robin: Was this missed, deprecated, not hooked in or what?
I cant find it in the phoenix docs and is throwing me an error, so I am
working around it ATM.
Thanks. It (and several other methods) are only available on Windows,
so in Classic I had to do some extra work to make it available on
Windows and an empty stub for the other platforms. I'll need to do the
same for Phoenix.
--
Robin Dunn
Software Craftsman
http://wxPython.org
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...