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 » Submenu Clickable
Re: Submenu Clickable [message #51343 is a reply to message #51341] Tue, 12 March 2019 14:21 Go to previous messageGo to previous message
Qwak is currently offline  Qwak
Messages: 8
Registered: October 2018
Promising Member
Hey thanks for replay Oblivion !

I successfully did what you do. What i want to do is :

void MainMenu(Bar& bar)
	{
		bar.Sub("Pause", THISFN(PauseMenu)); // There we can't call another function on click here ?
		bar.Separator();
		bar.Add("Exit", [&]{ tray.Break(); });
	}


My apologies if i do not explain myself clearly.

Best regards,

Qwak.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [solved] Is it an encoding problem ?
Next Topic: Confusion about where to start or what to use
Goto Forum:
  


Current Time: Sun Aug 17 00:19:30 CEST 2025

Total time taken to generate the page: 0.03754 seconds