Displaying 1 result from an estimated 1 matches for "treeitem2".
Did you mean:
treeitem
2007 Dec 28
2
controls within a wxTreeCtrl
...cent to the
text in the tree items. I''ve googled around a bit on this and it doesn''t
seem straightforward, if it is possible at all.
Can anyone provide any pointers for attempting this?
In a simple ASCI schematic, it would be like this:
+ RootItem A B C
+ TreeItem1 A B C
+ TreeItem2 A B C
where RootItem and TreeItem(s) are text labels, and A, B, and C, are simple
buttons with icons on them.
I am starting to think that I will have to synthesize the entire thing using
sizers. Would it even be possible in the wx model to dynamically add/remove
items and spacers to create a tr...