guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

text from GList item?


From: Paul Emsley
Subject: text from GList item?
Date: Thu, 07 Dec 2006 11:50:40 +0000

I want to get to the text/string of the list of items in a combo-box:
So, it is not clear to me what I should substitute for xxx in the
following... can you help?

    (let ((combo-list (gtk-combo-list my-combo-box)))
      (let ((children (gtk-container-children combo-list)))
        (map (lambda (c) (format #t "~s~%" (xxx c)))
             children)))

Cheers, 

Paul.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]