From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Pirotte To: guile-gtk Subject: gtk questions Date: Tue, 24 Apr 2001 01:50:00 -0000 Message-id: <3AE54D23.2DFB5671@altosw.be> X-SW-Source: 2001-q2/msg00027.html Hello, 1. I need but am unable to use the following function, not knowing what its last argument should be? (gtk-clist-get-text ) anyone knows? [I tried to pass a string vector but that was not right, and if it was correct, what should its length be anyway?] 2. is there a way to query a clist to know what row is selected? for example, a clist with 2 columns and 2 rows in it a. the user select the first row ('browse is the selection type) b. he then click the second column (title), which changes the sorting (with an appropriate callback on column titles ...) c. i'd like to query the clist to know the selected row position after the clist reordering 3. is there a possibility to have a column title composed of a pixmap and a label? thanks, david