wxListCtrl with CheckBox?

Jarek Zgoda jzgoda at gazeta.usun.pl
Sat Apr 10 14:34:29 EDT 2004


simo <simoninusa2001 at yahoo.co.uk> pisze:

>> Get the checkbos in the first column of each row and use a wx.checklistbox 
> 
> No that won't work as you can't put any widgets in the first column of
> a wxListCtrl, only a bitmap.
> 
> And a wxCheckListBox is entirely different from a list *with*
> checkboxes - it's a list *of* checkboxes IYSWIM.
> 
> Plus, it really has to be in the last column for my app :-(
> 
> I fear I'm getting to the point I was when I gave up on PyQt - I've
> run out of widgets, and am going to have to start looking at making my
> own somehow.....

Don't expect PyQt will give you all widgets you could ever dream of, but
thanks to Roberto Alsina we have excellent tutorial on writing custom
widgets.

http://www.pycs.net/lateral/stories/27.html

-- 
Jarek Zgoda
http://jpa.berlios.de/



More information about the Python-list mailing list