From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ariel Rios To: David Pirotte Cc: guile-gtk Subject: Re: clist and selected row Date: Tue, 17 Apr 2001 11:59:00 -0000 Message-id: <987527090.1339.2.camel@soleil> References: <3ADC473C.96CB43BB@altosw.be> X-SW-Source: 2001-q2/msg00013.html El 17 Apr 2001 15:38:04 +0200, David Pirotte escribió: > - what is the selection callback function? (gtk-signal-connect clist "select_row" (lambda (row col event) (foo row col))) > - is there a way to get the all list of records of a clist: > > gtk-clist-array (or table or items or something like that) nope. What I do, before inserting things unto the clist I append it to a list containing the elements of the clist