guile-user
[Top][All Lists]
Advanced

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

Re: guile-gtk/guile-gnome docs : Looking for the FM


From: Niklas Hoglund
Subject: Re: guile-gtk/guile-gnome docs : Looking for the FM
Date: Mon, 7 Jan 2002 19:30:39 +0100
User-agent: Mutt/1.3.25i

On Mon, Jan 07, 2002 at 05:32:15PM +0000, MJ Ray wrote:
> Will Schenk:
> > What is the glade support?

It seems to work. I just did this:

(use-modules (gtk gtk))
(use-modules (gtk libglade))

(glade-init)
(define ui (glade-xml-new "som.glade"))
(glade-xml-signal-autoconnect ui)

(define songs (glade-xml-get-widget ui "songs"))

After this I can manipulate songs as a normal gtk widget.


> I've not figured that out, as you seem to need gnome to use glade.

Debian has both a libglade0 and a libglade-gnome0 library, so I don't
think you need gnome. Maybe the guile wrapper uses the gnome version
by default, or maybe not. I don't know.

-- 
                                                Niklas



reply via email to

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