Re: gnome-config problems



On Thu, Jan 29, 1998 at 03:11:05PM +0100, Olof Oberg wrote:
> <applet>
> <param name="foo" value="bar"/>
> </applet>
> 
> is more obvios for the parser, but then 
> 
> (applet
> 	(param foo bar)
> )

And if you want to do named parameters, nothing's stopping you writing

(applet
  (param :name foo :value bar))

-dan



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