Hi, All:
usually for the popupmenu, we have to create wx.Menu, and the
appearance if fixed which is a gray rectangular window. But I would
like to customize it to something like round corner, different color,
transparent etc. Is there a way to do that, to me, it looks like
impossible.
Then I think I could create a class using popupwindow class or
others to mimic the popup menu function but has more flexibility to
customize. Any one have such kind of sample code, or any suggestions
what is the best way to do that?
Thank you very much!
Hi, All:
usually for the popupmenu, we have to create wx.Menu, and the
appearance if fixed which is a gray rectangular window. But I would
like to customize it to something like round corner, different color,
transparent etc. Is there a way to do that, to me, it looks like
impossible.
Correct. wx.Menu does not allow things like that, or any custom drawing of items.
Then I think I could create a class using popupwindow class or
others to mimic the popup menu function but has more flexibility to
customize. Any one have such kind of sample code, or any suggestions
what is the best way to do that?