home *** CD-ROM | disk | FTP | other *** search
-
- <HTML>
- <HEAD>
- <TITLE>Tk::form - Geometry manager based on attachment rules</TITLE>
- <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
- <LINK REV="made" HREF="mailto:">
- </HEAD>
-
- <BODY>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> Tk::form - Geometry manager based on attachment rules</P></STRONG>
- </TD></TR>
- </TABLE>
-
- <A NAME="__index__"></A>
- <!-- INDEX BEGIN -->
-
- <UL>
-
- <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
-
- <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
- <LI><A HREF="#description">DESCRIPTION</A></LI>
- <LI><A HREF="#specifying attachments">SPECIFYING ATTACHMENTS</A></LI>
- <UL>
-
- <LI><A HREF="#abbreviations:">ABBREVIATIONS:</A></LI>
- </UL>
-
- <LI><A HREF="#using springs">USING SPRINGS</A></LI>
- <LI><A HREF="#algorithm of form">ALGORITHM OF FORM</A></LI>
- <LI><A HREF="#circular dependency">CIRCULAR DEPENDENCY</A></LI>
- <LI><A HREF="#bugs">BUGS</A></LI>
- <LI><A HREF="#see also">SEE ALSO</A></LI>
- <LI><A HREF="#keywords">KEYWORDS</A></LI>
- </UL>
- <!-- INDEX END -->
-
- <HR>
- <P>
- <H1><A NAME="name">NAME</A></H1>
- <P>Tk::form - Geometry manager based on attachment rules</P>
- <P>
- <HR>
- <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
- <UL>
- <LI>Linux</LI>
- <LI>Solaris</LI>
- <LI>Windows</LI>
- </UL>
- <HR>
- <H1><A NAME="synopsis">SYNOPSIS</A></H1>
- <P> <EM>$widget</EM>-><STRONG>form</STRONG>?(<EM>args</EM>)?</P>
- <P> <EM>$widget</EM>-><STRONG>form</STRONG><EM>Option</EM>?(<EM>args</EM>)?</P>
- <P>
- <HR>
- <H1><A NAME="description">DESCRIPTION</A></H1>
- <P>The <STRONG>form</STRONG> method is used to communicate with the
- <STRONG>form</STRONG> Geometry Manager, a geometry manager that arranges the
- geometry of the children in a parent window according to attachment
- rules. The <STRONG>form</STRONG> geometry manager is very flexible and
- powerful; it can be used to emulate all the existing features of the
- Tk packer and placer geometry managers (see <A HREF="../../../site/lib/Tk/pack.html">pack</A>,
- <A HREF="../../../site/lib/Tk/place.html">place</A>).
- The <STRONG>form</STRONG> method can have any of several forms,
- depending on <EM>Option</EM>:</P>
- <DL>
- <DT><STRONG><A NAME="item_form"><EM>$slave</EM>-><STRONG>form</STRONG>?(<EM>options</EM>)?</A></STRONG><BR>
- <DD>
- Sets or adjusts the attachment values of the slave window
- according to the <EM>-option</EM>=><EM>value</EM> argument pairs.
- <DL>
- <DT><STRONG><A NAME="item_%2Db_%3D%3E_attachment"><STRONG>-b</STRONG> => <EM>attachment</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-bottom</STRONG> option.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dbottom_%3D%3E_attachment"><STRONG>-bottom</STRONG> => <EM>attachment</EM></A></STRONG><BR>
- <DD>
- Specifies an attachment for the bottom edge of the slave window. The
- attachment must specified according to <A HREF="#specifying attachments">SPECIFYING ATTACHMENTS</A> below.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dbottomspring_%3D%3E_weight"><STRONG>-bottomspring</STRONG> => <EM>weight</EM></A></STRONG><BR>
- <DD>
- Specifies the weight of the spring at the bottom edge of the slave
- window. See <A HREF="#using springs">USING SPRINGS</A> below.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dbp_%3D%3E_value"><STRONG>-bp</STRONG> => <EM>value</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-padbottom</STRONG> option.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dbs_%3D%3E_weight"><STRONG>-bs</STRONG> => <EM>weight</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-bottomspring</STRONG> option.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dfill_%3D%3E_style"><STRONG>-fill</STRONG> => <EM>style</EM></A></STRONG><BR>
- <DD>
- Specifies the fillings when springs are used for this widget. The
- value must be <STRONG>x</STRONG>, <STRONG>y</STRONG>, <STRONG>both</STRONG> or <STRONG>none</STRONG>.
- <P></P>
- <DT><STRONG><A NAME="item_%2Din_%3D%3E_%24master"><STRONG>-in</STRONG> => <EM>$master</EM></A></STRONG><BR>
- <DD>
- Places the slave window into the specified <EM>$master</EM> window. If the slave
- was originally in another master window, all attachment values with
- respect to the original master window are discarded. Even if the
- attachment values are the same as in the original master window, they
- need to be specified again. The <STRONG>-in</STRONG> flag, when needed, must appear
- as the first flag of <EM>options</EM>. Otherwise an error is
- generated.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dl_%3D%3E_attachment"><STRONG>-l</STRONG> => <EM>attachment</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-left</STRONG> option.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dleft_%3D%3E_attachment"><STRONG>-left</STRONG> => <EM>attachment</EM></A></STRONG><BR>
- <DD>
- Specifies an attachment for the left edge of the slave window. The
- attachment must specified according to <A HREF="#specifying attachments">SPECIFYING ATTACHMENTS</A> below.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dleftspring_%3D%3E_weight"><STRONG>-leftspring</STRONG> => <EM>weight</EM></A></STRONG><BR>
- <DD>
- Specifies the weight of the spring at the left edge of the slave
- window. See <A HREF="#using springs">USING SPRINGS</A> below.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dlp_%3D%3E_value"><STRONG>-lp</STRONG> => <EM>value</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-padleft</STRONG> option.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dls_%3D%3E_weight"><STRONG>-ls</STRONG> => <EM>weight</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-leftspring</STRONG> option.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dpadbottom_%3D%3E_value"><STRONG>-padbottom</STRONG> => <EM>value</EM></A></STRONG><BR>
- <DD>
- Specifies the amount of external padding to leave on the bottom side
- of the slave. The <EM>value</EM> may have any of the forms acceptable to
- <STRONG>Tk_GetPixels</STRONG>.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dpadleft_%3D%3E_value"><STRONG>-padleft</STRONG> => <EM>value</EM></A></STRONG><BR>
- <DD>
- Specifies the amount of external padding to leave on the left side of
- the slave.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dpadright_%3D%3E_value"><STRONG>-padright</STRONG> => <EM>value</EM></A></STRONG><BR>
- <DD>
- Specifies the amount of external padding to leave on the right side of
- the slave.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dpadtop_%3D%3E_value"><STRONG>-padtop</STRONG> => <EM>value</EM></A></STRONG><BR>
- <DD>
- Specifies the amount of external padding to leave on the top side of
- the slave.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dpadx_%3D%3E_value"><STRONG>-padx</STRONG> => <EM>value</EM></A></STRONG><BR>
- <DD>
- Specifies the amount of external padding to leave on both the left and
- the right sides of the slave.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dpady_%3D%3E_value"><STRONG>-pady</STRONG> => <EM>value</EM></A></STRONG><BR>
- <DD>
- Specifies the amount of external padding to leave on both the top and
- the bottom sides of the slave.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dr_%3D%3E_attachment"><STRONG>-r</STRONG> => <EM>attachment</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-right</STRONG> option.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dright_%3D%3E_attachment"><STRONG>-right</STRONG> => <EM>attachment</EM></A></STRONG><BR>
- <DD>
- Specifies an attachment for the right edge of the slave window. The
- attachment must specified according to <A HREF="#specifying attachments">SPECIFYING ATTACHMENTS</A> below.
- <P></P>
- <DT><STRONG><A NAME="item_%2Drightspring_%3D%3E_weight"><STRONG>-rightspring</STRONG> => <EM>weight</EM></A></STRONG><BR>
- <DD>
- Specifies the weight of the spring at the right edge of the slave
- window. See <A HREF="#using springs">USING SPRINGS</A> below.
- <P></P>
- <DT><STRONG><A NAME="item_%2Drp_%3D%3E_value"><STRONG>-rp</STRONG> => <EM>value</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-padright</STRONG> option.
- <P></P>
- <DT><STRONG><A NAME="item_%2Drs_%3D%3E_weight"><STRONG>-rs</STRONG> => <EM>weight</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-rightspring</STRONG> option.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dt_%3D%3E_attachment"><STRONG>-t</STRONG> => <EM>attachment</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-top</STRONG> option.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dtop_%3D%3E_attachment"><STRONG>-top</STRONG> => <EM>attachment</EM></A></STRONG><BR>
- <DD>
- Specifies an attachment for the top edge of the slave window. The
- attachment must specified according to <A HREF="#specifying attachments">SPECIFYING ATTACHMENTS</A> below.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dtopspring_%3D%3E_weight"><STRONG>-topspring</STRONG> => <EM>weight</EM></A></STRONG><BR>
- <DD>
- Specifies the weight of the spring at the top edge of the slave
- window. See <A HREF="#using springs">USING SPRINGS</A> below.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dtp_%3D%3E_value"><STRONG>-tp</STRONG> => <EM>value</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-padtop</STRONG> option.
- <P></P>
- <DT><STRONG><A NAME="item_%2Dts_%3D%3E_weight"><STRONG>-ts</STRONG> => <EM>weight</EM></A></STRONG><BR>
- <DD>
- Abbreviation for the <STRONG>-topspring</STRONG> option.
- <P></P></DL>
- <DT><STRONG><A NAME="item_formCheck"><EM>$master</EM>-><STRONG>formCheck</STRONG></A></STRONG><BR>
- <DD>
- This method checks whether there is circular dependency in the
- attachments of the master's slaves (see <A HREF="#circular dependency">CIRCULAR DEPENDENCY</A> below).
- It returns the Boolean value <STRONG>TRUE</STRONG> if it
- discover circular dependency and <STRONG>FALSE</STRONG> otherwise.
- <P></P>
- <DT><STRONG><A NAME="item_formForget"><EM>$slave</EM>-><STRONG>formForget</STRONG></A></STRONG><BR>
- <DD>
- Removes the slave from its master and unmaps its window.
- The slave will no longer be managed by form. All attachment values
- with respect to its master window are discarded. If another slave
- is attached to this slave, then the attachment of the other slave will
- be changed to grid attachment based on its geometry.
- <P></P>
- <DT><STRONG><A NAME="item_formGrid"><EM>$master</EM>-><STRONG>formGrid</STRONG>?(<EM>x_size, y_size</EM>)?</A></STRONG><BR>
- <DD>
- When <EM>x_size</EM> and <EM>y_size</EM> are given, this method returns the
- number of grids of the <EM>$master</EM> window in a pair of integers of the form
- (<EM>x_size, y_size</EM>). When both <EM>x_size</EM> and <EM>y_size</EM> are
- given, this method changes the number of horizontal and vertical
- grids on the master window.
- <P></P>
- <DT><STRONG><A NAME="item_formInfo"><EM>$slave</EM>-><STRONG>formInfo</STRONG>?(<EM>-option)</EM>?</A></STRONG><BR>
- <DD>
- Queries the attachment options of a slave window. <EM>-option</EM> can be
- any of the options accepted by the <STRONG>form</STRONG> method. If
- <EM>-option</EM> is given, only the value of that option is returned.
- Otherwise, this method returns a list whose elements are the current
- configuration state of the slave given in the same <EM>option-value</EM> form
- that might be specified to <STRONG>form</STRONG>. The first two
- elements in this list list are ``<STRONG>-in</STRONG>=><EM>$master</EM>'' where
- <EM>$master</EM> is the slave's master window.
- <P></P>
- <DT><STRONG><A NAME="item_formSlaves"><EM>$master</EM>-><STRONG>formSlaves</STRONG></A></STRONG><BR>
- <DD>
- Returns a list of all of the slaves for the master window. The order
- of the slaves in the list is the same as their order in the packing
- order. If master has no slaves then an empty string is returned.
- <P></P></DL>
- <P>
- <HR>
- <H1><A NAME="specifying attachments">SPECIFYING ATTACHMENTS</A></H1>
- <P>One can specify an attachment for each side of a slave window managed
- by form. An attachment is specified in the the form ``-<EM>side</EM> =>
- [<EM>anchor_point</EM>, <EM>offset</EM>]''. -<EM>side</EM> can be one of
- <STRONG>-top</STRONG>, <STRONG>-bottom</STRONG>, <STRONG>-left</STRONG> or <STRONG>-right</STRONG>.</P>
- <P><EM>Offset</EM> is given in screen units (i.e. any of the forms
- acceptable to <STRONG>Tk_GetPixels</STRONG>). A positive offset indicates
- shifting to a position to the right or bottom of an anchor point. A
- negative offset indicates shifting to a position to the left or top of
- an anchor point.</P>
- <P><EM>Anchor_point</EM> can be given in one of the
- following forms:</P>
- <DL>
- <DT><STRONG><A NAME="item_Grid_Attachment"><STRONG>Grid Attachment</STRONG></A></STRONG><BR>
- <DD>
- The master window is divided into a number of horizontal and vertical
- grids. By default the master window is divided into 100x100 grids; the
- number of grids can be adjusted by the <STRONG>formGrid</STRONG> method. A
- grid attachment anchor point is given by a <STRONG>%</STRONG> sign followed by an
- integer value. For example, <STRONG>'%0'</STRONG> specifies the first grid
- line (the top or left edge of the master window). <STRONG>'%100'</STRONG> specifies
- the last grid line (the bottom or right edge of the master window).
- <P></P>
- <DT><STRONG><A NAME="item_Opposite_Side_Attachment"><STRONG>Opposite Side Attachment</STRONG></A></STRONG><BR>
- <DD>
- Opposite attachment specifies an anchor point located on the
- <STRONG>opposite</STRONG> side of another slave widget, which must be managed by
- form in the same master window. An opposite attachment anchor point
- is given by the name of another widget. For example,
- ``<EM>$b</EM>-><STRONG>form</STRONG>(<STRONG>-top</STRONG>=>[<EM>$a</EM>,0])'' attaches the top side of the widget <EM>$b</EM> to the
- bottom of the widget <EM>$a</EM>.
- <P></P>
- <DT><STRONG><A NAME="item_Parallel_Side_Attachment"><STRONG>Parallel Side Attachment</STRONG></A></STRONG><BR>
- <DD>
- Opposite attachment specifies an anchor point located on the
- <STRONG>same</STRONG> side of another slave widget, which must be managed by
- form in the same master window. An parallel attachment anchor point
- is given by the sign <STRONG>&</STRONG> follwed by the name of another widget.
- For example, ``<EM>$b</EM>-><STRONG>form</STRONG>(<STRONG>-top</STRONG>=>['&',<EM>$a</EM>,0])'' attaches the top side of
- the widget <EM>$b</EM> to the top of the widget <EM>$a</EM>, making
- the top sides of these two widgets at the same vertical position
- in their parent window.
- <P></P>
- <DT><STRONG><A NAME="item_No_Attachment"><STRONG>No Attachment</STRONG></A></STRONG><BR>
- <DD>
- Specifies a side of the slave to be attached to nothing, indicated by
- the keyword <STRONG>none</STRONG>. When the <STRONG>none</STRONG> anchor point is given, the
- offset must be zero (or not present).
- When a side of a slave is attached to <STRONG>['none', 0]</STRONG>, the position
- of this side is calculated by the position of the other side and the
- natural size of the slave. For example, if a the left side of a
- widget is attached to <STRONG>['%0', 100]</STRONG>, its right side attached to
- <STRONG>['none', 0]</STRONG>, and the natural size of the widget is <STRONG>50</STRONG> pixels,
- the right side of the widget will be positioned at pixel
- <STRONG>['%0', 149]</STRONG>.
- When both <STRONG>-top</STRONG> and <STRONG>-bottom</STRONG> are attached to <STRONG>none</STRONG>,
- then by default <STRONG>-top</STRONG> will be attached to <STRONG>['%0', 0]</STRONG>. When both
- <STRONG>-left</STRONG> and <STRONG>-right</STRONG> are attached to none, then by default
- <STRONG>-left</STRONG> will be attached to <STRONG>['%0', 0]</STRONG>.
- <P></P></DL>
- <P>Shifting effects can be achieved by specifying a non-zero offset with
- an anchor point. In the following example, the top side of
- widget <EM>\$b</EM> is attached to the bottom of
- <EM>\$a</EM>; hence <EM>\$b</EM>
- always appears below <EM>\$a</EM>. Also, the left edge of <EM>\$b</EM>
- is attached to the left side of <EM>\$a</EM> with a 10
- pixel offest. Therefore, the left edge of <EM>\$b</EM> is always
- shifted 10 pixels to the right of <EM>\$a</EM>'s left edge:</P>
- <P> <EM>$b</EM>-><STRONG>form</STRONG>(<STRONG>-left</STRONG>=>[<EM>$a</EM>,10], <STRONG>-top</STRONG>=>[<EM>$a</EM>,0]);</P>
- <P>
- <H2><A NAME="abbreviations:">ABBREVIATIONS:</A></H2>
- <P>Certain abbreviations can be made on the
- attachment specifications: First an offset of zero can be omitted.
- Thus, the following two lines are equivalent:</P>
- <P> <EM>$b</EM>-><STRONG>form</STRONG>(<STRONG>-top</STRONG>=>[<EM>$a</EM>,0], <STRONG>-right</STRONG>=>['%100',0]);</P>
- <P> <EM>$b</EM>-><STRONG>form</STRONG>(<STRONG>-top</STRONG>=>[<EM>$a</EM>], <STRONG>-right</STRONG>=>'%100');</P>
- <P>In the second case, when the anchor point is omitted, the offset must
- be given. A default anchor point is chosen according to the value of
- the offset. If the anchor point is <STRONG>0</STRONG> or positive, the default
- anchor point %0 is used; thus, ``<EM>$b</EM>-><STRONG>form</STRONG>(<STRONG>-top</STRONG>=>15)'' attaches the top
- edge of <EM>$b</EM> to a position 15 pixels below the top edge of the
- master window. If the anchor point is ``<STRONG>-0</STRONG>'' or negative, the
- default anchor point <STRONG>%100</STRONG> is used; thus, ``<EM>$a</EM>-><STRONG>form</STRONG>(<STRONG>-right</STRONG>=>-2)''
- attaches the right edge of <EM>\$a</EM> to a position 2 pixels to
- the left of the master window's right edge. An further example
- below shows a method with its equivalent abbreviation.</P>
- <P> <EM>$b</EM>-><STRONG>form</STRONG>(<STRONG>-top</STRONG>=>['%0',10], <STRONG>-bottom</STRONG>=>['%100',0]);</P>
- <P> <EM>$b</EM>-><STRONG>form</STRONG>(<STRONG>-top</STRONG>=>10, <STRONG>-bottom</STRONG>=>-0);</P>
- <P>
- <HR>
- <H1><A NAME="using springs">USING SPRINGS</A></H1>
- <P>To be written.</P>
- <P>
- <HR>
- <H1><A NAME="algorithm of form">ALGORITHM OF FORM</A></H1>
- <P><STRONG>form</STRONG> starts with any slave in the list of slaves of the master
- window. Then it tries to determine the position of each side of the
- slave.</P>
- <P>If the attachment of a side of the slave is grid attachment, the
- position of the side is readily determined.</P>
- <P>If the attachment of this side is <STRONG>none</STRONG>, then form tries to
- determine the position of the opposite side first, and then use the
- position of the opposite side and the natural size of the slave to
- determine the position of this side.</P>
- <P>If the attachment is opposite or parallel widget attachments, then
- form tries to determine the positions of the other widget first,
- and then use the positions of the other widget and the natural size of
- the slave determine the position of this side. This recursive
- algorithmis carried on until the positions of all slaves are
- determined.</P>
- <P>
- <HR>
- <H1><A NAME="circular dependency">CIRCULAR DEPENDENCY</A></H1>
- <P>The algorithm of form will fail if a circular dependency exists in
- the attachments of the slaves. For example:</P>
- <P> <EM>$c</EM>-><STRONG>form</STRONG>(<STRONG>-left</STRONG>=><EM>$b</EM>);</P>
- <P> <EM>$b</EM>-><STRONG>form</STRONG>(<STRONG>-right</STRONG>=><EM>$c</EM>);</P>
- <P>In this example, the position of the left side of <EM>$b</EM> depends on
- the right side of <EM>$c</EM>, which in turn depends on the left side of <EM>$b</EM>.</P>
- <P>When a circular dependency is discovered during the execution of the
- form algorithm, form will generate a background error and the
- geometry of the slaves are undefined (and will be arbitrary). Notice
- that form only executes the algorithm when the specification of the
- slaves' attachments is complete. Therefore, it allows intermediate
- states of circular dependency during the specification of the slaves'
- attachments. Also, unlike the Motif Form manager widget, form
- defines circular dependency as
- ``<EM>dependency in the same dimension</EM>''.
- Therefore, the following code fragment will does not
- have circular dependency because the two widgets do not depend on each
- other in the same dimension (<EM>$b</EM> depends <EM>$c</EM> in the
- horizontal dimension and <EM>$c</EM> depends on <EM>$b</EM> in the vertical
- dimension):</P>
- <P> <EM>$b</EM>-><STRONG>form</STRONG>(<STRONG>-left</STRONG>=><EM>$c</EM>);</P>
- <P> <EM>$c</EM>-><STRONG>form</STRONG>(<STRONG>-top</STRONG>=><EM>$b</EM>);</P>
- <P>
- <HR>
- <H1><A NAME="bugs">BUGS</A></H1>
- <P>Springs have not been fully implemented yet.</P>
- <P>
- <HR>
- <H1><A NAME="see also">SEE ALSO</A></H1>
- <P><A HREF="../../../site/lib/Tk/grid.html">Tk::grid</A>
- <A HREF="../../../site/lib/Tk/pack.html">Tk::pack</A>
- <A HREF="../../../site/lib/Tk/place.html">Tk::place</A></P>
- <P>
- <HR>
- <H1><A NAME="keywords">KEYWORDS</A></H1>
- <P>geometry manager, form, attachment, spring, propagation, size, pack,
- tix, master, slave</P>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> Tk::form - Geometry manager based on attachment rules</P></STRONG>
- </TD></TR>
- </TABLE>
-
- </BODY>
-
- </HTML>
-