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
Checkboxes [message #33550] Mon, 22 August 2011 21:13 Go to next message
IIIIIIII is currently offline  IIIIIIII
Messages: 5
Registered: August 2011
Promising Member
How can i make a checkbox without using a .lay file?? Laughing
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: 1358
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
Previous Topic: How do i create tabs without using .lay??
Next Topic: XMLize Ctrl?
Goto Forum:
  


Current Time: Mon Apr 29 08:34:27 CEST 2024

Total time taken to generate the page: 0.02919 seconds