From 7d1d2a2c9c5da4189252c386bfe9c03047e951ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Pablo=20Ezequiel=20=22Pupeno=22=20Fern=C3=A1nde?= =?utf8?q?z=20Silva?= Date: Wed, 8 Jun 2005 13:21:17 -0700 Subject: [PATCH] Reflect the set-default-attributes current situation. darcs-hash:20050608202117-de23e-eb03baa0a362f54affd3e5120c35e31dbb66d4e1.gz --- lisp-on-lines.lyx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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 -- 2.20.1