Re: wxEuphoria - Menu Font
- Posted by ghaberek (admin) Mar 11, 2012
- 1456 views
It looks like one can do this in wxWidgets 2.9 (that's all I checked) by simply calling SetFont() on the wxMenuItem object (but not wxMenu or wxMenuBar). If it's that simple then we'd just have to wrap it in the code (set_menuitem_font() perhaps?). Maybe we can even add it as a option in create().
-Greg