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 » Adding Tab and Slaves to a TabCtrl
Re: Adding Tab and Slaves to a TabCtrl [message #48448 is a reply to message #48447] Tue, 04 July 2017 12:31 Go to previous messageGo to previous message
omari is currently offline  omari
Messages: 265
Registered: March 2010
Experienced Member
ah, in this case, you need coordinate and size of each widget.
ParentCtrl languageCtrl;
languageCtrl
    << lng_language.LeftPos(0, 20)
    << txt_lang_check.LeftPos(22, 20)
    << b_preview.LeftPos(42, 20)
    << txt_preview.LeftPos(62, 20);
    
tab_settings.Add(languageCtrl.SizePos(), t_("Language"));

or you can use designer like this example : TabDlg


regards
omari.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Switching layout inside class
Next Topic: Example Serial pak
Goto Forum:
  


Current Time: Fri Apr 26 01:28:23 CEST 2024

Total time taken to generate the page: 1.02234 seconds