Re: [gtk-list] A simpler guile-gtk interface
- From: Tom Tromey <tromey cygnus com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] A simpler guile-gtk interface
- Date: 09 Jun 1998 19:16:17 -0600
Jeff> I have started writing a new guile-gtk interface over the
Jeff> existing one. The goal is to simplify the code and make it more
Jeff> transparent.
(I've been out and didn't see this message until today...)
Jeff> As an example, the new code to create a top-level window with a
Jeff> label in it is as follows:
Jeff> (gtk-widget-show
Jeff> (gtk-top-level
Jeff> ((title "Top-level title"))
Jeff> (gtk-label "here is a label")))
Having gtk-top-level quote its arguments seems bizarre to me.
Usually it is a mistake to introduce new syntax.
Or did you just leave the quote out by accident?
Tom
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]