[pygtk] get_selection

James Henstridge james@daa.com.au
Tue, 8 Aug 2000 22:23:55 +0800 (WST)


On Tue, 8 Aug 2000, Javi Roman wrote:

> Good, that seems that it works, but I talk about to a GtkList and not a
> GtkCList.

Note that in almost all cases it is better to use a CList than a
GtkList.  If you are going to have a substantial number of rows, then
CList will handle it a lot better (if the combined height of all the items
in a GtkList is > 2^15, then GtkList will not work correctly).

James.

-- 
Email: james@daa.com.au
WWW:   http://www.daa.com.au/~james/