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: adding "dump" opsym to build-guile-gtk


   From: Marius Vollmer <mvo@zagadka.ping.de>
   Date: 23 Oct 2000 00:07:41 +0200

   thi <ttn@revel.glug.org> writes:

   > the below diff adds "dump" command support to build-guile-gtk.  it is
   > based on the "glue" command defs-reading code.

   Can you say a bit more why you need this?  It is not totally obvious
   to me that what you did is the right thing, because you lose the
   options and may not know which types have been defined and which have
   just been imported by looking at the dumped data.

i would like to translate glade xml files to guile-gtk code using the
defs files and build-guile-gtk.  could you suggest a good approach (or
perhaps a pre-made solution) to this problem?

my current thinking is to build widgets by taking a constructor function
def and filling in its args using properties mapped over from the xml
file.

what is the difference between "imported" types and non-imported types?

thanks for any clues,
thi

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