Re: defs files
- From: Karl Nelson <kenelson ece ucdavis edu>
- To: gtk-devel-list redhat com
- cc: kenelson sequoia ece ucdavis edu
- Subject: Re: defs files
- Date: Wed, 19 Jan 2000 15:12:13 -0800
> (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]