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 » TreeCtrl » [solved] Can we get the private members of TreeCtrl made protected?
Re: Can we get the private members of TreeCtrl made protected? [message #45078 is a reply to message #44883] Fri, 28 August 2015 08:33 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
Sorry for the delay... applied.

However:

					op -= CtrlImg::cross().GetSize() / 2;
					w.DrawImage(op.x, op.y, imgEmpty);


Should not that be rather

					op -= imgEmpty.GetSize() / 2;
					w.DrawImage(op.x, op.y, imgEmpty);


?

Also, perhaps RenderMultiRoot should call NoRoot?

I have added docs, please check them too...

Mirek

[Updated on: Fri, 28 August 2015 09:01]

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
Previous Topic: Node id calculation after removal ?
Next Topic: Manually set option in OptionTree
Goto Forum:
  


Current Time: Sun Aug 24 20:52:50 CEST 2025

Total time taken to generate the page: 0.05541 seconds