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 » Checkboxes
Re: Checkboxes [message #33551 is a reply to message #33550] Tue, 23 August 2011 03:35 Go to previous message
Novo is currently offline  Novo
Messages: 1430
Registered: December 2006
Ultimate Contributor
class app : public TopWindow {
public:
	typedef app CLASSNAME;
	app();
	
	Option opt;
};

app::app()
{
//	Add(opt.VSizePos(10, 10).HSizePos(10, 10));
	Add(opt.LeftPos(10).TopPos(10));
}

GUI_APP_MAIN
{
	app().Run();
}


Regards,
Novo
 
Read Message
Read Message
Previous Topic: How do i create tabs without using .lay??
Next Topic: XMLize Ctrl?
Goto Forum:
  


Current Time: Sun Aug 24 10:46:53 CEST 2025

Total time taken to generate the page: 0.08733 seconds