gtk, clist & python
Skip Montanaro
montanaro at tttech.com
Fri Nov 9 11:26:16 EST 2001
More information about the Python-list mailing list
Fri Nov 9 11:26:16 EST 2001
- Previous message (by thread): gtk, clist & python
- Next message (by thread): Tkinter scrollbar question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>> 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
- Previous message (by thread): gtk, clist & python
- Next message (by thread): Tkinter scrollbar question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list