[graphic-forms-cvs] r285 - in trunk/docs/manual: gfg gfs gfw
junrue at common-lisp.net
junrue at common-lisp.net
Mon Oct 2 17:12:13 UTC 2006
Author: junrue
Date: Mon Oct 2 13:12:13 2006
New Revision: 285
Added:
trunk/docs/manual/gfg/
trunk/docs/manual/gfs/
trunk/docs/manual/gfs/copy-point.html
trunk/docs/manual/gfs/handle.html
trunk/docs/manual/gfs/make-point.html
trunk/docs/manual/gfs/native-object.html
trunk/docs/manual/gfs/point-x.html
trunk/docs/manual/gfs/point-y.html
trunk/docs/manual/gfs/point.html
trunk/docs/manual/gfs/rectangle.html
trunk/docs/manual/gfs/size.html
trunk/docs/manual/gfs/span.html
trunk/docs/manual/gfw/
trunk/docs/manual/gfw/event-dispatcher.html
trunk/docs/manual/gfw/event-source.html
Log:
reorganize package sub-topics
Added: trunk/docs/manual/gfs/copy-point.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfs/copy-point.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>copy-point</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body>
+<H4><FONT face=Arial>
+<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#ffffff cellSpacing=0
+cellPadding=2 width="100%" border=1>
+ <TBODY>
+ <TR>
+ <TD width="80%"><STRONG>copy-point</STRONG></TD></FONT>
+ <TD>
+ <P><FONT face=Arial
+size=2>[Function]</FONT> </P></TD></TR></TBODY></TABLE></H4>
+ <P dir=ltr style="MARGIN-RIGHT: 0px"><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>(gfs:copy-point
+<EM>point</EM>)
+=> <EM>new point</EM></FONT></FONT></P><FONT
+face=Arial size=2><FONT face=Arial size=2>
+<H4><FONT face=Arial>description</FONT></H4><FONT face=Arial size=2>
+<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2> Returns a new <A
+href="gfs-point.html">point</A> whose slots were copied from the
+ original.</FONT></P>
+<P dir=ltr
+style="MARGIN-RIGHT: 0px"> </P></FONT></FONT></FONT></body>
+</html>
Added: trunk/docs/manual/gfs/handle.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfs/handle.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,29 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>handle</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body><FONT face=Arial>
+<H4>
+<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#ffffff cellSpacing=0
+cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="80%"><STRONG>handle</STRONG></TD>
+ <TD>
+ <P><FONT size=2>[Slot Reader]</FONT> </P></TD></TR></TABLE></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>(gfs:handle <EM>native-object</EM>) =>
+<EM>foreign pointer</EM></P>
+<H4><FONT face=Arial>description</FONT></H4><FONT face=Arial size=2>
+<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2>Returns the Win32 HANDLE or foreign pointer associated with
+a <A href="gfs-native-object.html">native-object</A>
+ .</FONT></P>
+<P dir=ltr
+style="MARGIN-RIGHT: 0px"> </P></FONT></FONT></FONT></body>
+</html>
Added: trunk/docs/manual/gfs/make-point.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfs/make-point.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>make-point</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body>
+<H4><FONT face=Arial>
+<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#ffffff cellSpacing=0
+cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="80%"><STRONG>make-point</STRONG></TD>
+ <TD>
+ <P><FONT
+size=2>[Function]</FONT> </P></TD></TR></TABLE></FONT><FONT face=Arial size=2></H4></FONT>
+<H4 dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial>syntax</FONT></H4>
+ <P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial><FONT
+size=2>(gfs:make-point :x <EM>integer</EM>
+:y <EM>integer</EM>)
+=> <EM>new point</EM></FONT></FONT></P><FONT
+face=Arial size=2><FONT face=Arial size=2>
+<H4><FONT face=Arial>description</FONT></H4><FONT face=Arial size=2>
+<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2> Returns a newly-created <A
+href="gfs-point.html">point</A>
+ .</FONT></P>
+<P dir=ltr
+style="MARGIN-RIGHT: 0px"> </P></FONT></FONT></FONT></body>
+</html>
Added: trunk/docs/manual/gfs/native-object.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfs/native-object.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>native-object</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body>
+<H4>
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse" borderColor=#ffffff
+cellSpacing=0 cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="80%"><FONT face=Arial><STRONG>native-object</STRONG></FONT></TD>
+ <TD><FONT face=Arial size=2>[Class]</FONT></TD></TR></TABLE><FONT
+face=Arial> </FONT></H4>
+<H4 dir=ltr><FONT face=Arial>description</FONT></H4><FONT size=2 ><FONT face=Arial size=2>
+<P dir=ltr><FONT face=Arial size=2>
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse" borderColor=#ffffff
+cellSpacing=0 cellPadding=0 width="100%" border=0>
+
+ <TR>
+ <TD width="16%"><FONT size=1>Inherits:</FONT></TD>
+ <TD width="28%"><FONT size=1><EM>none</EM> </FONT></TD>
+ <TD width="28%"><FONT size=1> </FONT></TD>
+ <TD width="28%"><FONT size=1> </FONT></TD></TR>
+ <TR>
+ <TD width="16%"><FONT
+ size=1>Inherited By: </FONT></TD>
+ <TD width="28%"><FONT size=1>display,</FONT></TD>
+ <TD width="28%"><FONT size=1><A
+ href="gfw-event-source.html">event-source</A>,</FONT></TD>
+ <TD width="28%"><FONT size=1>font,</FONT></TD></TR>
+ <TR>
+ <TD width="16%"><FONT size=1></FONT></TD>
+ <TD width="28%"><FONT
+ size=1>graphics-context,</FONT></TD>
+ <TD width="28%"><FONT size=1>icon-bundle,</FONT></TD>
+ <TD width="28%"><FONT size=1>image,</FONT></TD></TR>
+ <TR>
+ <TD width="16%"><FONT size=1></FONT></TD>
+ <TD width="28%"><FONT
+ size=1>image-data-plugin</FONT></TD>
+ <TD width="28%"><FONT size=1></FONT></TD>
+ <TD width="28%"></TD></TR></TABLE></FONT></P>
+<P dir=ltr style="MARGIN-RIGHT: 0px">This is the
+base class for objects representing a system resource such as a window or device
+context.</FONT></FONT></P>
+<H4><FONT face=Arial>slots</FONT></H4><FONT face=Arial size=2><EM>
+<P dir=ltr style="MARGIN-RIGHT: 0px">
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse"
+borderColor=#ffffff cellSpacing=0 cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="20%"><EM><FONT
+ size=2> handle</FONT></EM></TD>
+ <TD><FONT size=2> A Win32 HANDLE or foreign pointer. Applications
+ should not modify this directly.</FONT></TD></TR></TABLE></P></EM></FONT></body>
+</html>
Added: trunk/docs/manual/gfs/point-x.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfs/point-x.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>point-x</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body><FONT face=Arial>
+<H4>
+<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#ffffff cellSpacing=0
+cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="80%"><STRONG>point-x</STRONG></TD>
+ <TD>
+ <P><FONT size=2>[Slot Accessor]</FONT> </P></TD></TR></TABLE></H4>
+<H4></FONT><FONT face=Arial>syntax</FONT></H4>
+ <P dir=ltr style="MARGIN-RIGHT: 0px"><FONT
+face=Arial size=2><FONT face=Arial size=2>(gfs:point-x
+<EM>point</EM>) =>
+<EM> integer</EM></FONT></FONT></P>
+<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2>(setf (gfs:point-x <EM>point</EM>) <EM>integer</EM>)</FONT></P><FONT
+face=Arial size=2><FONT face=Arial size=2>
+<H4><FONT face=Arial>description</FONT></H4><FONT face=Arial size=2>
+<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2>Returns (sets) the X coordinate of the specified <A
+href="gfs-point.html">point</A>
+ .</FONT></P>
+<P dir=ltr
+style="MARGIN-RIGHT: 0px"> </P></FONT></FONT></FONT></body>
+</html>
Added: trunk/docs/manual/gfs/point-y.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfs/point-y.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>point-y</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body><FONT face=Arial>
+<H4>
+<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#ffffff cellSpacing=0
+cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="80%"><STRONG>point-y</STRONG></TD>
+ <TD>
+ <P><FONT size=2>[Slot Accessor]</FONT> </P></TD></TR></TABLE></H4>
+<H4></FONT><FONT face=Arial>syntax</FONT></H4>
+ <P dir=ltr style="MARGIN-RIGHT: 0px"><FONT
+face=Arial size=2><FONT face=Arial size=2>(gfs:point-y
+<EM>point</EM>) =>
+<EM> integer</EM></FONT></FONT></P>
+<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2>(setf (gfs:point-y <EM>point</EM>) <EM>integer</EM>)</FONT></P><FONT
+face=Arial size=2><FONT face=Arial size=2>
+<H4><FONT face=Arial>description</FONT></H4><FONT face=Arial size=2>
+<P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2>Returns (sets) the Y coordinate of the specified <A
+href="gfs-point.html">point</A>
+ .</FONT></P>
+<P dir=ltr
+style="MARGIN-RIGHT: 0px"> </P></FONT></FONT></FONT></body>
+</html>
Added: trunk/docs/manual/gfs/point.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfs/point.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>point</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body><FONT face=Arial size=2>
+<H4><FONT face=Arial>
+<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#ffffff cellSpacing=0
+cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="80%"><STRONG>point</STRONG></TD>
+ <TD>
+ <P><FONT
+size=2>[Structure]</FONT> </P></TD></TR></TABLE>
+
+</FONT></H4>
+<H4><FONT face=Arial>description</FONT></H4><FONT face=Arial size=2>
+ <P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2>This structure represents a point in the Cartesian
+ plane.</FONT></FONT></P>
+<H4><FONT face=Arial>slots</FONT></H4><FONT face=Arial size=2><EM>
+<P dir=ltr style="MARGIN-RIGHT: 0px">
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse" borderColor=#ffffff
+cellSpacing=0 cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="20%"><EM><FONT size=2>x</FONT></EM></TD>
+ <TD><FONT size=2>An integer
+ specifying the point's X coordinate.</FONT></TD></TR>
+ <TR>
+ <TD width="20%"><EM><FONT size=2>y</FONT></EM></TD>
+ <TD><FONT size=2>An integer
+ specifying the point's Y
+coordinate.</FONT></TD></TR></TABLE></P>
+<P dir=ltr style="MARGIN-RIGHT: 0px"> </P></EM></FONT> </FONT></body>
+</html>
Added: trunk/docs/manual/gfs/rectangle.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfs/rectangle.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>rectangle</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body>
+<H4>
+<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#ffffff cellSpacing=0
+cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="80%"><FONT face=Arial><STRONG>rectangle</STRONG></FONT></TD><FONT face=Arial><FONT face=Arial size=2>
+ <TD>
+ <P><FONT size=2
+ face=Arial>[Structure]</FONT></P></TD></TR></TABLE></FONT></H4>
+<H4><FONT face=Arial>description</FONT></H4><FONT face=Arial size=2>
+ <P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2>This
+ structure represents a rectangle in the Cartesian
+ plane.</FONT></FONT></P>
+<H4><FONT face=Arial>slots</FONT></H4><FONT face=Arial size=2><EM>
+<P dir=ltr style="MARGIN-RIGHT: 0px">
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse" borderColor=#ffffff
+cellSpacing=0 cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="20%"><EM><FONT size=2>location</FONT></EM></TD>
+ <TD><FONT size=2>A <A
+ href="gfs-point.html">point</A>
+ object specifying the rectangle's upper-left corner.</FONT></TD></TR>
+ <TR>
+ <TD width="20%"><EM><FONT size=2>size</FONT></EM></TD>
+ <TD><FONT size=2>A <A
+ href="gfs-size.html">size</A>
+ object specifying rectangle's width and
+height.</FONT></TD></TR></TABLE></EM></FONT></FONT><FONT face=Arial> </FONT></P></body>
+</html>
Added: trunk/docs/manual/gfs/size.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfs/size.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>size</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body>
+<H4><FONT face=Arial>
+<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#ffffff cellSpacing=0
+cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="80%"><STRONG>size</STRONG></TD>
+ <TD>
+ <P><FONT size=2>[Structure]</FONT></P></TD></TR></TABLE></FONT><FONT face=Arial size=2></H4>
+<H4><FONT face=Arial>description</FONT></H4><FONT face=Arial size=2>
+ <P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2>This structure represents a 2-dimensional
+ area.</FONT></FONT></P>
+<H4><FONT face=Arial>slots</FONT></H4><FONT face=Arial size=2><EM>
+<P dir=ltr style="MARGIN-RIGHT: 0px">
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse" borderColor=#ffffff
+cellSpacing=0 cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="20%"><EM><FONT size=2>height</FONT></EM></TD>
+ <TD><FONT size=2>An integer
+ specifying the height of the area.</FONT></TD></TR>
+ <TR>
+ <TD width="20%"><EM><FONT size=2>width</FONT></EM></TD>
+ <TD><FONT size=2>An integer
+ specifying the width of the
+area.</FONT></TD></TR></TABLE></EM></FONT><FONT face=Arial>
+</FONT></P></FONT></body>
+</html>
Added: trunk/docs/manual/gfs/span.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfs/span.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>span</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body>
+<H4><FONT face=Arial>
+<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#ffffff cellSpacing=0
+cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="80%"><STRONG>span</STRONG></TD>
+ <TD>
+ <P><FONT size=2>[Structure]</FONT></P></TD></TR></TABLE></FONT><FONT face=Arial size=2></H4>
+<H4><FONT face=Arial>description</FONT></H4><FONT face=Arial size=2>
+ <P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2>This structure represents a contiguous range of
+ values.</FONT></FONT></P>
+<H4><FONT face=Arial>slots</FONT></H4><FONT face=Arial size=2><EM>
+<P dir=ltr style="MARGIN-RIGHT: 0px">
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse" borderColor=#ffffff
+cellSpacing=0 cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="20%"><EM><FONT size=2>start</FONT></EM></TD>
+ <TD><FONT size=2>An integer
+ specifying the starting position of the span.</FONT></TD></TR>
+ <TR>
+ <TD width="20%"><EM><FONT size=2>end</FONT></EM></TD>
+ <TD><FONT size=2>An integer
+ specifying the ending position of the
+span.</FONT></TD></TR></TABLE></EM></FONT><FONT face=Arial>
+</FONT></FONT></P></body>
+</html>
Added: trunk/docs/manual/gfw/event-dispatcher.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfw/event-dispatcher.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,48 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>event-dispatcher</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body>
+<H4>
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse" borderColor=#ffffff
+cellSpacing=0 cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="80%"><FONT face=Arial><STRONG>event-dispatcher</STRONG></FONT></TD>
+ <TD><FONT face=Arial size=2>[Class]</FONT></TD></TR></TABLE><FONT
+face=Arial> </FONT></H4>
+<H4 dir=ltr><FONT face=Arial>description</FONT></H4><FONT size=2 ><FONT face=Arial size=2>
+<P dir=ltr><FONT face=Arial size=2>
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse" borderColor=#ffffff
+cellSpacing=0 cellPadding=0 width="100%" border=0>
+ <TBODY>
+
+ <TR>
+ <TD width="16%"><FONT size=1>Inherits:</FONT></TD></FONT>
+
+</FONT></FONT>
+ <TD width="28%"><FONT
+ size=1><EM>none</EM></FONT></TD><FONT size=2><FONT face=Arial size=2><FONT
+ face=Arial size=2>
+ <TD width="28%"><FONT size=1> </FONT></TD>
+ <TD width="28%"><FONT size=1> </FONT></TD></TR>
+ <TR>
+ <TD width="16%"><FONT
+ size=1>Inherited By: </FONT></TD>
+ <TD width="28%"><FONT size=1>scrolling-event-dispatcher</FONT></TD>
+ <TD width="28%"><FONT size=1></FONT></TD>
+ <TD width="28%"><FONT size=1></FONT></TD></TR></TBODY></TABLE></FONT></P>
+<P dir=ltr style="MARGIN-RIGHT: 0px"> Applications define
+subclasses of this class and implement one or more
+of the event functions in order to implement desired
+behavior.</FONT></FONT></P>
+<H4><FONT face=Arial>See
+Also</FONT></H4>
+<P><FONT face=Arial size=2><A
+href="gfw-event-source.html">event-source</A></FONT></P></body>
+</html>
Added: trunk/docs/manual/gfw/event-source.html
==============================================================================
--- (empty file)
+++ trunk/docs/manual/gfw/event-source.html Mon Oct 2 13:12:13 2006
@@ -0,0 +1,81 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>event-source</title>
+<meta name="GENERATOR" content="WinCHM">
+<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
+
+</head>
+
+<body>
+<H4>
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse" borderColor=#ffffff
+cellSpacing=0 cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="80%"><FONT face=Arial><STRONG>event-source</STRONG></FONT></TD>
+ <TD><FONT face=Arial size=2>[Class]</FONT></TD></TR></TABLE><FONT
+face=Arial> </FONT></H4>
+<H4 dir=ltr><FONT face=Arial>description</FONT></H4><FONT size=2 ><FONT face=Arial size=2>
+<P dir=ltr><FONT face=Arial size=2>
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse" borderColor=#ffffff
+cellSpacing=0 cellPadding=0 width="100%" border=0>
+
+ <TR>
+ <TD width="16%"><FONT size=1>Inherits:</FONT></TD>
+ <TD width="28%"><FONT size=1><A
+ href="gfs-native-object.html">gfs:native-object</A></FONT></TD>
+ <TD width="28%"><FONT size=1> </FONT></TD>
+ <TD width="28%"><FONT size=1> </FONT></TD></TR>
+ <TR>
+ <TD width="16%"><FONT
+ size=1>Inherited By: </FONT></TD>
+ <TD width="28%"><FONT size=1>display,</FONT></TD>
+ <TD width="28%"><FONT size=1>event-source,</FONT></TD>
+ <TD width="28%"><FONT size=1>font,</FONT></TD></TR>
+ <TR>
+ <TD width="16%"><FONT size=1></FONT></TD>
+ <TD width="28%"><FONT
+ size=1>graphics-context,</FONT></TD>
+ <TD width="28%"><FONT size=1>icon-bundle,</FONT></TD>
+ <TD width="28%"><FONT size=1>image,</FONT></TD></TR>
+ <TR>
+ <TD width="16%"><FONT size=1></FONT></TD>
+ <TD width="28%"><FONT
+ size=1>image-data-plugin</FONT></TD>
+ <TD width="28%"><FONT size=1></FONT></TD>
+ <TD width="28%"></TD></TR></TABLE></FONT></P>
+<P dir=ltr style="MARGIN-RIGHT: 0px"> This
+is the base class for user interface objects whose native window instance generates
+events.</FONT></FONT></P>
+<H4><FONT face=Arial>slots</FONT></H4><FONT face=Arial size=2><EM>
+<P dir=ltr style="MARGIN-RIGHT: 0px">
+<TABLE style="WIDTH: 100%; BORDER-COLLAPSE: collapse"
+borderColor=#ffffff cellSpacing=0 cellPadding=2 width="100%" border=1>
+
+ <TR>
+ <TD width="20%"><EM><FONT
+ size=2>callback-event-name</FONT></EM></TD>
+ <TD><FONT size=2> A
+ class-allocated slot holding the symbol identifying the primary event
+ function for this type of object. Subclasses may support a <FONT
+ face=Courier>:callback</FONT>
+
+
+ initarg accepting a function to be invoked for the primary event; the
+ function will be linked internally with an <A
+ href="gfw-event-dispatcher.html">event-dispatcher</A>
+
+
+
+
+ instance assigned to this object.</FONT></TD></TR>
+ <TR>
+ <TD width="20%"><FONT size=2><EM>dispatcher</EM></FONT></TD>
+ <TD><FONT size=2>The <A
+ href="gfw-event-dispatcher.html">event-dispatcher</A> instance having responsibility for
+ processing events on behalf of this
+object. </FONT></TD></TR></TABLE></P></EM></FONT><FONT face=Arial size=2>
+<P><STRONG><FONT
+size=3></FONT></STRONG></FONT> </P></body>
+</html>
More information about the Graphic-forms-cvs
mailing list