[mcclim-cvs] CVS mcclim/Doc
rstrandh
rstrandh at common-lisp.net
Mon Dec 8 06:18:39 UTC 2008
Update of /project/mcclim/cvsroot/mcclim/Doc
In directory cl-net:/tmp/cvs-serv30373
Modified Files:
mcclim.texi
Log Message:
Patches from Mikael Jansson.
--- /project/mcclim/cvsroot/mcclim/Doc/mcclim.texi 2008/04/23 12:05:36 1.12
+++ /project/mcclim/cvsroot/mcclim/Doc/mcclim.texi 2008/12/08 06:18:38 1.13
@@ -1326,14 +1326,7 @@
@node Protocol Changes
@section Protocol Changes
- at deffn {Generic Function}{line-style-effective-thickness} line-style medium
-
-The thickness in device units of the lines rendered on @var{medium} in
-the line style @var{line-style}. The default method, assuming normal
-line width to be 1 device unit, is provided.
- at end deffn
-
- at c @initarg{:parent}
+ at include fun-clim-extensions-line-style-effective-thickness.texi
@deffn {Generic Function} {(setf output-record-parent)} parent record
@@ -1342,16 +1335,9 @@
@end deffn
- at deffn {Generic Function} {replay-output-record} record stream &optional region x-offset y-offset
- at end deffn
-
- at deffn {Generic Function} {map-over-output-records-containing-position} function record x y &optional x-offset y-offset &rest function-args
- at end deffn
-
- at deffn {Generic Function} {map-over-output-records-overlapping-region} function record region &optional x-offset y-offset &rest function-args
-
- at var{x-offset} and @var{y-offset} are ignored.
- at end deffn
+ at include fun-clim-replay-output-record.texi
+ at include fun-clim-map-over-output-records-containing-position.texi
+ at include fun-clim-map-over-output-records-overlapping-region.texi
@c XXX \defgeneric displayed-output-record-ink for text records
@@ -1373,12 +1359,8 @@
@c \defgeneric {invoke-with-new-output-record} :parent key
- at deffn {Macro} {with-new-output-record} ({stream &optional record-type record &rest initargs}) \body body
- at end deffn
- at deffn {Macro} {with-output-to-output-record} ({stream &optional record-type record &rest initargs}) \body body
- at end deffn
-
- at var{record-type} is evaluated.
+ at include macro-clim-with-new-output-record.texi
+ at include macro-clim-with-output-to-output-record.texi
@node Command Processing
@chapter Command Processing
@@ -1408,13 +1390,7 @@
@chapter Output Protocol Extensions
@cindex extensions
- at deffn {Generic Function} {medium-miter-limit} medium
- at end deffn
-
-Returns the minimal value of an angle for which :MITER line joint may be
-used; for smaller angles :MITER is interpreted as :BEVEL.
- at c Different calls of the function with the same argument must return
- at c values which are COORDINATE=.
+ at include fun-clim-extensions-medium-miter-limit.texi
@node Output Recording Extensions
@chapter Output Recording Extensions
More information about the Mcclim-cvs
mailing list