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 » Change font color in TreeCtrl
Re: Change font color in TreeCtrl [message #37698 is a reply to message #37628] Sun, 04 November 2012 09:02 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
TreeCtrl is using

virtual Size GetStdSize(const Value& q) const;

method, you have to define it for your Display.

E.g.:

Size MyDisplay::GetStdSize(const Value& q) const { return StdDisplay().GetStdSize(q); }
 
Read Message
Read Message
Read Message
Previous Topic: PROPOSAL: seperate backend from frontend
Next Topic: OptionTree loses check state when add Callback for the option.
Goto Forum:
  


Current Time: Sun May 12 04:46:02 CEST 2024

Total time taken to generate the page: 0.03648 seconds