--- In anthemion-devtools%40yahoogroups.com">anthemion-devtools
yahoogroups.com, Ralph Pass <rppass
...> wrote:
>
> Sorry to be a pain, but I have been using 4.08 until just now. I
> updated to 4.15.....and I thought I remember that there was a submenu
> item option under the menu selections. It is not there now. Did I
miss
> something??
>
> Thanks,
> Ralph
>
Hi, Ralph!
No, it's still there, you just don't recognize it!;) Submenu was a
programming term, not a wxWidgets term, that was a "convenience" on
the old drop down menu paradigm. What was actually being added was a
wxMenu as a child of a wxMenu. If you do the following:
1) Add a wxMenuBar element.
2) Add a wxMenu to the wxMenuBar.
3) Add a wxMenu to the wxMenu.
I believe you'll get what you're after. The hierarchy would be:
Menu Bar
....Menu
........SubMenu
............SubMenuItem
.
.
.
........MenuItem
.
.
.
... etc.
HTH:
thx,
Dave S.
wxMS_developers · Development with wxWidgets on MSWindows
http://tech.groups.yahoo.com/group/wxMS_developers/
wxWidgets Code Exchange
http://www.wxCodex.net/
.