[graphic-forms-cvs] r99 - trunk/docs/manual

junrue at common-lisp.net junrue at common-lisp.net
Sun Apr 16 06:16:53 UTC 2006


Author: junrue
Date: Sun Apr 16 02:16:53 2006
New Revision: 99

Modified:
   trunk/docs/manual/api.texinfo
Log:
documented :file initarg for image class

Modified: trunk/docs/manual/api.texinfo
==============================================================================
--- trunk/docs/manual/api.texinfo	(original)
+++ trunk/docs/manual/api.texinfo	Sun Apr 16 02:16:53 2006
@@ -935,6 +935,9 @@
 This subclass of @ref{native-object} wraps a native image object.
 Instances may be drawn directly via a graphics-context (see
 @ref{draw-image}) or set as the content of a @ref{label} control.
+ at deffn Initarg :file
+Supply a path to a file containing image data to be loaded.
+ at end deffn
 @deffn Initarg :size
 Supply a @ref{size} object via this initarg to create a new image
 object with the desired width and height.



More information about the Graphic-forms-cvs mailing list