gtk, clist & python

Skip Montanaro montanaro at tttech.com
Fri Nov 9 11:26:16 EST 2001


    >> how can i know the number of rows in a "clist"?

    Sylvain> clist.rows

Ahh...  One of those pesky data attributes the Gtk people don't document in
a very obvious fashion:

    struct GtkCList; This is the embodiment of the GtkCList widget.  This
    structure contains only private data, and should be accessed only via
    the CList API.

;-)

Skip




More information about the Python-list mailing list