On Sun, Aug 17, 2003 at 04:37:09PM -0400, Steven Bell wrote:
>    Hello,
>     
>    I would like to setup a GTKlist widget, but After looking at the pyGTK
>    webiste, I couldn't find a doc on populating a list.  What the list should
>    do is display a list of usernames, allowing one or more to be selected. 
>    Could someone point me in the direction of documentation on the widget,
>    specific to python.

Are you talking about the old, broken GTKList widget in PyGTK-0.6.x?
Well,

    a) If you can, use the CList, which is *much* better and should do
       whatever you would need the other widget to do.

    b) If not, just create GtkListItems and then add them to the
       GtkList. It's not very complicated. 

I think the tutorial contains at least a simple entry on the GtkList.
See also http://www.daa.com.au/pipermail/pygtk/2000-December/000548.html

Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to