Re: [wxpython-users] remove image of a tree item
by Robin Dunn other posts by this author
Jul 18 2008 12:15PM messages near this date
[wxpython-users] remove image of a tree item
|
[wxpython-users] Why does py work, but EXE not?
Xingzhi Pan wrote:
> Hi list,
>
> Is there a way to remove the image of a TreeCtrl item (as if I never
> called TreeCtrl.SetItemImage)?
Call SetItemImage with an image ID of -1.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Thread:
Xingzhi Pan
Robin Dunn
|