auto interest transfer try #2

Dave Peticolas dave@krondo.com
16 Jun 2001 22:57:57 -0700


On 17 Jun 2001 00:57:37 -0500, Kevin Finn wrote:
> > That's not how it works. The xml file is only read in once
> > and the xml object persists with the widget tree.
> 
>     That would be the smart way to do it, I guess.  I hadn't yet tracked
> down any documentation on how libglade works.

There is some pretty good documentation here:

http://developer.gnome.org/doc/API/libglade/libglade.html

But really, the core of the api is pretty much what
you see in the changes to dialog-transfer.c or other
files lately. It's a very simple api.

dave