search for: rootitem

Displaying 1 result from an estimated 1 matches for "rootitem".

Did you mean: root_item
2007 Dec 28
2
controls within a wxTreeCtrl
...everal buttons which would line up adjacent 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...