Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » dropdown submenu into ToolBar
Re: dropdown submenu into ToolBar [message #37793 is a reply to message #37791] Mon, 12 November 2012 18:32 Go to previous messageGo to previous message
nlneilson is currently offline  nlneilson
Messages: 644
Registered: January 2010
Location: U.S. California. Mojave &...
Contributor
You can add dropdown menus from dropdown menus.

	void MainMenu(Bar& bar) {
		bar.Add("File", THISBACK(FileMenu));
		bar.Add("Layers", THISBACK(LayersMenu));
		bar.Add("FAA", THISBACK(FAAMenu));


	void FAAMenu(Bar& bar) {

		bar.Add("TAC", THISBACK(TacMenu));
		bar.Add("WAC", THISBACK(WACsepMenu));


You just need to add the additional sub menu bar under the bar you want it under.

Try the examples that come with upp, things like this are in there.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: broken pick semantics
Next Topic: Frameless(true); bug, my error or ???
Goto Forum:
  


Current Time: Sun Jul 06 23:41:10 CEST 2025

Total time taken to generate the page: 0.03692 seconds