From: A.M. Raportirenko (ram@sunct1.jinr.dubna.su)
Date: Mon Jun 28 1999 - 01:26:05 EDT
>As LISP it could be:
>
> (widget :class "GtkHBox"
> :name "hbox2"
> :border_width 2
> :homogenous #f
> :spacing 4
> (widget ...))
>
I think it would be better as
(widget (class "GtkHBox")
(name "hbox2")
(border_width 2)
(homogenous nil)
(spacing 4)
(widget ...))
In any case, in my mind, LISP like tree structure is much more flexible
and simpler for interpretation.
Anatoly
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to majordomo@ncis.pn.org
with the line "unsubscribe glade-devel" in the body of the message.
This archive was generated by hypermail 2b29 : Tue Aug 01 2000 - 19:20:39 EDT