[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Question about menubars
|
Create another menu with all of its actions in it.
Then just add it to your menu.
So menu.add(submenu)
Also note that it will not show up until you have items in the submenu.
"Arnaud" <mags75@xxxxxxxxxxxxxxxx> wrote in message
news:ck6c45$fi$1@xxxxxxxxxxxxxx
> Hi !
>
> I've learned how to make a menubar with custom menu items and
> groupmarkers, but haven't seen how to make a "prompting" sub menu. I'm not
> sure it's the right word (I'm not English-speaking by birth) but what I
> mean is a menu inside the File menu for example (like the "New" sub menu
> that shows a sub menu when highlighted).
>
> How can I have this kind of sub menu
>
> TIA
>
> --
> Arnaud
>