wxPython, Tree and Checkbox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • perchef

    wxPython, Tree and Checkbox

    Hello,

    I'm looking for a way to select some leafs in a tree.
    My idea is to use a TreeListCtrl, with the tree in the first column and
    checkboxes in the second.
    But I don't know how to do this, tree items seems only to be able to
    contain text, not a wx-object.

    ideas or suggestion are welcome.

Working...