Reflect the set-default-attributes current situation.
authorJosé Pablo Ezequiel "Pupeno" Fernández Silva <pupeno@pupeno.com>
Wed, 8 Jun 2005 20:21:17 +0000 (13:21 -0700)
committerJosé Pablo Ezequiel "Pupeno" Fernández Silva <pupeno@pupeno.com>
Wed, 8 Jun 2005 20:21:17 +0000 (13:21 -0700)
darcs-hash:20050608202117-de23e-eb03baa0a362f54affd3e5120c35e31dbb66d4e1.gz

lisp-on-lines.lyx

index c72948a..41a90f5 100644 (file)
@@ -276,7 +276,16 @@ or the types with:
 ((USERID INTEGER) (USERNAME STRING) (PASSWORD STRING))
 \layout Standard
 
 ((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
 
 > 
 \layout LyX-Code
 
 > 
@@ -293,7 +302,7 @@ We can run:
  (PASSWORD STRING :LABEL "PASSWORD" :SLOT-NAME PASSWORD))
 \layout Standard
 
  (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
 
 > 
 \layout LyX-Code
 
 > 
@@ -310,6 +319,11 @@ What does this do ?
  (PASSWORD STRING :LABEL "PASSWORD" :SLOT-NAME PASSWORD))
 \layout Standard
 
  (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
 
 Class attributes?
 \layout LyX-Code