This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: clist and selected row


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]