From: José Pablo Ezequiel "Pupeno" Fernández Silva Date: Wed, 8 Jun 2005 20:21:17 +0000 (-0700) Subject: Reflect the set-default-attributes current situation. X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/commitdiff_plain/7d1d2a2c9c5da4189252c386bfe9c03047e951ee Reflect the set-default-attributes current situation. darcs-hash:20050608202117-de23e-eb03baa0a362f54affd3e5120c35e31dbb66d4e1.gz --- diff --git a/lisp-on-lines.lyx b/lisp-on-lines.lyx index c72948a..41a90f5 100644 --- a/lisp-on-lines.lyx +++ b/lisp-on-lines.lyx @@ -276,7 +276,16 @@ or the types with: ((USERID INTEGER) (USERNAME STRING) (PASSWORD STRING)) \layout Standard -We can run: +To see the default attributes of a class +\begin_inset Marginal +collapsed true + +\layout Standard + +Is this correct ? Drew, please, check. +\end_inset + + we run. \layout LyX-Code > @@ -293,7 +302,7 @@ We can run: (PASSWORD STRING :LABEL "PASSWORD" :SLOT-NAME PASSWORD)) \layout Standard -What does this do ? +To set the attributes of a class to the default values we use: \layout LyX-Code > @@ -310,6 +319,11 @@ What does this do ? (PASSWORD STRING :LABEL "PASSWORD" :SLOT-NAME PASSWORD)) \layout Standard +which takes an object of the class we are working with. + This is going to be change so we can do this action directly on the class. + It is on the TODO file. +\layout Standard + Class attributes? \layout LyX-Code