Page 1 of 1

Is it possible to implement a menu like this in wxWidgets

Posted: Tue Nov 29, 2011 2:50 am
by daovietphuong
Hello,
I'm thinking about upgrading GUI of my application. I like the menu of MS Office and want to use wx to do similar thing, but It's difficult to figure out what component should I use. Have anyone succeeded in this? Please see attachment.
Thanks,

Re: Is it possible to implement a menu like this in wxWidget

Posted: Tue Nov 29, 2011 4:49 pm
by Auria
Hi,

I am not aware of any built-in ways to make native menus like this. The best I can think of is to make a custom menu by using a border-less dialog, OR by using native code