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 » Docking in the middle.
Re: Docking in the middle. [message #47137 is a reply to message #47135] Mon, 19 December 2016 15:24 Go to previous messageGo to previous message
deep is currently offline  deep
Messages: 263
Registered: July 2011
Location: Bangalore
Experienced Member
Hi

You can use
Float(Dockable(treectrl2, "TreeCtrl 2").SizeHint(Size(300, 200)),Point(300,210));

In docking example. in place of
	DockRight(Dockable(treectrl2, "TreeCtrl 2").SizeHint(Size(300, 200)));

Float will make dock float and place it in center of your window.
Float(DockableCtrl& dc, Point p = Null);

Point p will position dock at top-left corner.


Warm Regards

Deepak
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: not wanting to pick all members of user type
Next Topic: Problem using boost library
Goto Forum:
  


Current Time: Mon May 13 08:04:04 CEST 2024

Total time taken to generate the page: 0.04566 seconds