[wxPython-users] Checklistbox and image

Robin Dunn robin at alldunn.com
Tue Sep 18 16:29:52 PDT 2007


Frank Aune wrote:
> Hi,
> 
> Somehow I feel this question has been asked alot, however I've searched 
> the mailing list without finding relevant info. I want to place a small 
> 16x16 pixel image between the checkbox and the listitem in 
> wx.checklistbox. But it doesnt seem to be possible without some custom 
> widget? Has anyone seen a solution for this?

wx.ListBox and wx.CheckListBox don't have image support, so you'll need 
to do something custom.  There is a mixin in the library that adds 
checklist-like functionality to the wx.ListCtrl, you could probably do 
something with that to add another set of images.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list