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 » U++ Library support » Splitter » add controls to splitter bar, how? [NEEDS MORE IMPLEMENTATION...]
add controls to splitter bar, how? [NEEDS MORE IMPLEMENTATION...] [message #1873] Fri, 24 March 2006 14:37 Go to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
I want to add some controls to splitter bar. Let'say button. What is the easy way? Smile

#include <CtrlLib/CtrlLib.h>

GUI_APP_MAIN
{	TopWindow w;
      Button b;
	Splitter horz;
	LineEdit ed1,ed2;

		horz.Add(ed1);
		horz.Add(ed2);
		
		w.Add(horz.Horz().VSizePos(35,35));
	w.Run();
}

[Updated on: Sun, 09 April 2006 04:11]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: how programatically change widths/heights of splitted controls? [SOLVED]
Next Topic: setters of Splitter should return Splitter& [ADDED]
Goto Forum:
  


Current Time: Fri Mar 29 16:04:35 CET 2024

Total time taken to generate the page: 0.01653 seconds