Discussion:
wxListTreeCtrl change Font Color for Single Tree Item
Stefano Mtangoo
2014-02-03 08:58:56 UTC
Permalink
I have searched Docs cannot find a method to do that.
Is there any?
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Eran Ifrah
2014-02-03 10:54:38 UTC
Permalink
Since wxTreeListCtrl is based on wxDVC, I suspect that you will need to
write your own renderer for this

Eran
Post by Stefano Mtangoo
I have searched Docs cannot find a method to do that.
Is there any?
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
or visit http://groups.google.com/group/wx-users
--
Eran Ifrah
Author of codelite, a cross platform open source C/C++ IDE:
http://www.codelite.org
wxCrafter, a wxWidgets RAD: http://wxcrafter.codelite.org
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Stefano D. Mtangoo
2014-02-03 16:03:59 UTC
Permalink
Post by Eran Ifrah
Since wxTreeListCtrl is based on wxDVC, I suspect that you will need
to write your own renderer for this
Eran
Well,
I read in docs that Getting wxDVC itself is bad practice as in future
implementation might change.
That turned me off from thinking of anything wxDVC. Did I correctly
understood docs?
If I did, I then, will have to use icon in wxImageList than changing colors.
Thanks for reply!
Post by Eran Ifrah
On Mon, Feb 3, 2014 at 10:58 AM, Stefano Mtangoo
I have searched Docs cannot find a method to do that.
Is there any?
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to
or visit http://groups.google.com/group/wx-users
--
Eran Ifrah
http://www.codelite.org
wxCrafter, a wxWidgets RAD: http://wxcrafter.codelite.org
<http://wxcrafter.codelite.org>
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
or visit http://groups.google.com/group/wx-users
--
Stefano D. Mtangoo
Mob: +255 754710410
Twitter: @mtangoo
Web. http://hosannahighertech.co.tz
Linkedin: http://www.linkedin.com/pub/stefano-mtangoo/45/644/281
/The purpose of man is to know his Maker Be known by his Maker
And make his Maker known So that others may know his Maker as their
Maker(Emeal Zwayne) /
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...