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 » login and main window
Re: login and main window [message #55352 is a reply to message #55351] Sun, 01 November 2020 23:05 Go to previous messageGo to previous message
BetoValle is currently offline  BetoValle
Messages: 203
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member
like this: work! Thanks.
Quote:

struct Snh : public WithsnhLayout<TopWindow> {
  typedef Snh CLASSNAME; 

   Snh(){
  	 CtrlLayout(*this, "Acesso inicial");
  	 ok.SetImage(ClassImg::btEdita);
  	 sai.SetImage(ClassImg::btSai);
         ok.Ok() <<= Acceptor(IDOK);
	 sai.Cancel() <<= Rejector(IDCANCEL);
    	
   }
   
     
};



 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to access base class function in this case?
Next Topic: report generator
Goto Forum:
  


Current Time: Sun Apr 28 12:05:52 CEST 2024

Total time taken to generate the page: 0.04768 seconds