[graphic-forms-cvs] r333 - in trunk/docs/manual: . gfs gfw
junrue at common-lisp.net
junrue at common-lisp.net
Mon Oct 16 07:26:39 UTC 2006
Author: junrue
Date: Mon Oct 16 03:26:39 2006
New Revision: 333
Modified:
trunk/docs/manual/Graphic-FormsProgrammingReference.wcp
trunk/docs/manual/WidgetsPackage.html
trunk/docs/manual/gfs/native-object.html
trunk/docs/manual/gfw/with-graphics-context.html
Log:
Modified: trunk/docs/manual/Graphic-FormsProgrammingReference.wcp
==============================================================================
--- trunk/docs/manual/Graphic-FormsProgrammingReference.wcp (original)
+++ trunk/docs/manual/Graphic-FormsProgrammingReference.wcp Mon Oct 16 03:26:39 2006
@@ -1288,7 +1288,7 @@
TitleList.Url.119=gfw\event-pre-resize.html
TitleList.Icon.119=0
TitleList.Status.119=0
-TitleList.Keywords.119=event-pre-resize
+TitleList.Keywords.119=event-pre-resize`\:bottom-left`\:bottom-right`\:bottom`\:left`\:right`\:top-left`\:top-right`\:top`\
TitleList.ContextNumber.119=
TitleList.ApplyTemp.119=0
TitleList.Expanded.119=0
@@ -1298,7 +1298,7 @@
TitleList.Url.120=gfw\event-resize.html
TitleList.Icon.120=0
TitleList.Status.120=0
-TitleList.Keywords.120=event-resize
+TitleList.Keywords.120=event-resize`\:maximized`\:minimized`\:restored`\
TitleList.ContextNumber.120=
TitleList.ApplyTemp.120=0
TitleList.Expanded.120=0
Modified: trunk/docs/manual/WidgetsPackage.html
==============================================================================
--- trunk/docs/manual/WidgetsPackage.html (original)
+++ trunk/docs/manual/WidgetsPackage.html Mon Oct 16 03:26:39 2006
@@ -26,6 +26,51 @@
and <A href="GraphicsPackage.html">GFG</A>
together constitute the bulk of the public API.</FONT></P>
+<H4><FONT face=Arial>window classes</FONT></H4>
+<P> </P><FONT face=Arial>
+<H4><FONT face=Arial>control classes</FONT></H4>
+<P><A
+href="gfw/list-item.html">list-item</A></P>
+</FONT></FONT>
+<H4><FONT face=Arial>layout classes</FONT></H4><FONT face=Arial size=2><FONT
+face=Arial>
+<P><A href="gfw/flow-layout.html">flow-layout</A>, <A
+href="gfw/heap-layout.html">heap-layout</A>, <A
+href="gfw/layout-manager.html">layout-manager</A> </P>
+<H4>miscellaneous classes and structures</H4>
+<P><A href="gfw/display.html">display</A>, <A
+href="gfw/event-dispatcher.html">event-dispatcher</A>, <A
+href="gfw/event-source.html">event-source</A>, <A href="gfw/item.html">item</A>,
+<A href="gfw/item-manager.html">item-manager</A>, <A
+href="gfw/layout-managed.html">layout-managed</A>, <A
+href="gfw/timer.html">timer</A>
+</P>
+<H4> event functions</H4>
+<P><A
+href="gfw/default-message-filter.html">default-message-filter</A>, <A href="gfw/event-activate.html">event-activate</A>, <A
+href="gfw/event-arm.html">event-arm</A>, <A
+href="gfw/event-close.html">event-close</A>, <A
+href="gfw/event-deactivate.html">event-deactivate</A>, <A
+href="gfw/event-default-action.html">event-default-action</A>, <A
+href="gfw/event-dispose.html">event-dispose</A>, <A
+href="gfw/event-move.html">event-move</A>, <A
+href="gfw/event-paint.html">event-paint</A>, <A
+href="gfw/event-pre-move.html">event-pre-move</A>, <A
+href="gfw/event-pre-resize.html">event-pre-resize</A>, <A
+href="gfw/event-resize.html">event-resize</A>, <A
+href="gfw/event-scroll.html">event-scroll</A>, <A
+href="gfw/event-select.html">event-select</A>, <A
+href="gfw/event-session.html">event-session</A>, <A
+href="gfw/event-timer.html">event-timer</A>,<A
+href="gfw/message-loop.html">message-loop</A>, <A
+href="gfw/obtain-event-time.html">obtain-event-time</A></P>
+<H4>miscellaneous accessors, functions, and macros</H4>
+<P> <A
+href="gfw/with-graphics-context.html">with-graphics-context</A>
+
+
+
+</FONT></P>
<HR>
<P> </P>
Modified: trunk/docs/manual/gfs/native-object.html
==============================================================================
--- trunk/docs/manual/gfs/native-object.html (original)
+++ trunk/docs/manual/gfs/native-object.html Mon Oct 16 03:26:39 2006
@@ -28,11 +28,16 @@
<TR>
<TD width="15%"><FONT
size=1>Inherited By: </FONT></TD>
- <TD ><FONT size=1>gfw:display, <A
+ <TD ><FONT size=1><A
+ href="../gfw/display.html">gfw:display</A>, <A
href="../gfw/event-source.html">gfw:event-source</A>, <A
- href="../gfg/font.html">gfg:font</A>, gfg:graphics-context,
- gfg:icon-bundle, gfg:image,
-gfg:image-data-plugin</FONT></TD></TR></TABLE></FONT></P>
+ href="../gfg/font.html">gfg:font</A>, <A
+ href="../gfg/graphics-context.html">gfg:graphics-context</A>, <A
+ href="../gfg/icon-bundle.html">gfg:icon-bundle</A>, <A
+ href="../gfg/image.html">gfg:image</A>, <A
+ href="../gfg/image-data-plugin.html">gfg:image-data-plugin</A>
+
+</FONT></TD></TR></TABLE></FONT></P>
<P dir=ltr style="MARGIN-RIGHT: 0px">This is the
abstract base class for objects representing a system
resource such as a window or device context.</P>
Modified: trunk/docs/manual/gfw/with-graphics-context.html
==============================================================================
--- trunk/docs/manual/gfw/with-graphics-context.html (original)
+++ trunk/docs/manual/gfw/with-graphics-context.html Mon Oct 16 03:26:39 2006
@@ -19,7 +19,8 @@
<HR></H4>
<P></FONT><FONT face=Arial><STRONG>syntax</STRONG></FONT></P>
<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT
-face=Arial size=2><FONT face=Arial size=2>(gfw:with-graphics-context (<EM>graphics-context</EM> &optional
+face=Arial size=2><FONT face=Arial size=2>(gfw:with-graphics-context (<EM><A
+href="../gfg/graphics-context.html">graphics-context</A></EM> &optional
<EM>thing</EM>) &body<EM> body</EM>)</P>
<H4><FONT face=Arial>
<H4><FONT face=Arial>arguments</FONT></H4>
@@ -30,7 +31,8 @@
<TR>
<TD width="20%"><EM><FONT size=2>graphics-context</FONT></EM></TD>
<TD><FONT size=2>A symbol
- naming the graphics-context object to be created.</FONT></TD></TR>
+ naming the <A href="../gfg/graphics-context.html">graphics-context</A>
+ object to be created.</FONT></TD></TR>
<TR>
<TD width="20%"><EM><FONT size=2>thing</FONT></EM></TD>
<TD><FONT size=2>An instance of
@@ -40,17 +42,21 @@
<TD width="20%"><FONT size=2><EM>body</EM></FONT></TD>
<TD><FONT size=2>Application code to make use of
<EM>graphics-context</EM>.</FONT></TD></TR></TABLE></P>description</FONT></H4><FONT face=Arial size=2>
-<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2> This macro manages the lifetime of a graphics-context
-object for use by the code of <EM>body</EM>. The <EM>graphics-context</EM> will be associated
-with <EM>thing</EM> if it
+<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2> This macro manages the lifetime of a <A
+href="../gfg/graphics-context.html">graphics-context</A>
+object for use by the code of <EM>body</EM>. The <A
+href="../gfg/graphics-context.html">graphics-context</A> will be associated
+with <EM>thing</EM> if it is specified. Otherwise, this macro
+creates a <A href="../gfg/graphics-context.html">graphics-context</A> compatible
+with the <A href="display.html">display</A>
- is specified. Otherwise,
- this
-macro creates a graphics-context compatible with the
- display.</FONT></P>
+
+
+
+ .</FONT></P>
<HR>
<P dir=ltr style="MARGIN-RIGHT: 0px"> </P>
More information about the Graphic-forms-cvs
mailing list