From: SourceForge.net <no...@so...> - 2006-09-13 21:05:11
|
Patches item #1558190, was opened at 2006-09-13 14:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1558190&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Robin Dunn (robind) Assigned to: Nobody/Anonymous (nobody) Summary: TreeListCtrl enhancements for new renderer Initial Comment: Attached is a patch for treelistctrl.cpp that fixes some compile warnings and also enables support of the new wxRendererNative::DrawHeaderButton enhancements that I just added to wx CVS HEAD. Drawing of the labels and bitmaps is moved into the renderer, height of the header window is determined by the renderer, and etc. There is also potental for more things to be done by the renderer, such as label font color, marking a particular col header as 'selected' and using the renderer to draw a sort arrow (in addition to the normal label/bitmap.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1558190&group_id=51305 |