Re: defs files




> (argument arg-name
>    (of-object object-we-are-an-argument-of optional-objects-module)
>    (type argument-type)       ;; not sure what to put for type
>    ;; flags all default to #f
>    (readable bool-value)
>    (writeable bool-value)
>    (run-action bool-value)         
>    (construct-only bool-value))
> 
> Ex:
>   (argument label
>      (of-object Label (Gtk))
>      (type gchar*) ;; ????
>      (readable #t)
>      (writeable #t))

Why not use the term property rather than argument?  Argument is
too overloaded.

--Karl



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