How to add a separator in a PyGTK combobox?

Posted by mkotechno on Stack Overflow See other posts from Stack Overflow or by mkotechno
Published on 2010-04-03T12:07:12Z Indexed on 2010/04/03 12:13 UTC
Read the original article Hit count: 327

Filed under:
|
|
|
|

I'm using gtk.combo_box_new_text() to make combobox list, this uses a gtk.ListStore to store only strings, so there are some way to add a separator between items without use a complex gtk.TreeModel?

If this is not possible, what is the simplest way to use a gtk.TreeModel to able secuential widget addition?

© Stack Overflow or respective owner

Related posts about gtk

Related posts about pygtk