diff options
Diffstat (limited to 'doc/html/ntqlayout.html')
-rw-r--r-- | doc/html/ntqlayout.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqlayout.html b/doc/html/ntqlayout.html index c83058683..c561b53dc 100644 --- a/doc/html/ntqlayout.html +++ b/doc/html/ntqlayout.html @@ -122,7 +122,7 @@ cannot be resized at all. <li><tt>TQLayout::FreeResize</tt> - The widget is not constrained. </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQLayout"></a>TQLayout::TQLayout ( <a href="ntqwidget.html">TQWidget</a> * parent, int margin = 0, int spacing = -1, const char * name = 0 ) +<h3 class=fn><a name="TQLayout"></a>TQLayout::TQLayout ( <a href="tqwidget.html">TQWidget</a> * parent, int margin = 0, int spacing = -1, const char * name = 0 ) </h3> Constructs a new top-level TQLayout called <em>name</em>, with main widget <em>parent</em>. <em>parent</em> may not be 0. @@ -131,7 +131,7 @@ widget and the managed children. The <em>spacing</em> sets the value of <a href="#spacing">spacing</a>(), which gives the spacing between the managed widgets. If <em>spacing</em> is -1 (the default), spacing is set to the value of <em>margin</em>. <p> There can be only one top-level layout for a widget. It is -returned by <a href="ntqwidget.html#layout">TQWidget::layout</a>() +returned by <a href="tqwidget.html#layout">TQWidget::layout</a>() <h3 class=fn><a name="TQLayout-2"></a>TQLayout::TQLayout ( <a href="ntqlayout.html">TQLayout</a> * parentLayout, int spacing = -1, const char * name = 0 ) </h3> @@ -157,10 +157,10 @@ appropriate times. <p> However, if you set up a TQLayout for a visible widget without resizing that widget, you will need to call this function in order to lay it out. -<p> <p>See also <a href="ntqwidget.html#updateGeometry">TQWidget::updateGeometry</a>(). +<p> <p>See also <a href="tqwidget.html#updateGeometry">TQWidget::updateGeometry</a>(). <p>Examples: <a href="layout-example.html#x538">layout/layout.cpp</a>, <a href="popup-example.html#x1609">popup/popup.cpp</a>, <a href="scrollview-example.html#x630">scrollview/scrollview.cpp</a>, and <a href="sql.html#x2222">sql/overview/form1/main.cpp</a>. -<h3 class=fn>void <a name="add"></a>TQLayout::add ( <a href="ntqwidget.html">TQWidget</a> * w ) +<h3 class=fn>void <a name="add"></a>TQLayout::add ( <a href="tqwidget.html">TQWidget</a> * w ) </h3> <p> Adds widget <em>w</em> to this layout in a manner specific to the @@ -259,7 +259,7 @@ where MyLayoutIterator is a subclass of <a href="qglayoutiterator.html">TQGLayou <p>Examples: <a href="customlayout-example.html#x1492">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1512">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1469">customlayout/flow.cpp</a>. <p>Reimplemented from <a href="qlayoutitem.html#iterator">TQLayoutItem</a>. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="mainWidget"></a>TQLayout::mainWidget () +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="mainWidget"></a>TQLayout::mainWidget () </h3> Returns the main widget (parent widget) of this layout, or 0 if this layout is a sub-layout that is not yet inserted. @@ -294,12 +294,12 @@ specifications. Does not include what's needed by <a href="#margin">margin</a>() <p>Examples: <a href="customlayout-example.html#x1493">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1513">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1470">customlayout/flow.cpp</a>. <p>Reimplemented from <a href="qlayoutitem.html#minimumSize">TQLayoutItem</a>. <p>Reimplemented in <a href="qgridlayout.html#minimumSize">TQGridLayout</a> and <a href="qboxlayout.html#minimumSize">TQBoxLayout</a>. -<h3 class=fn>void <a name="remove"></a>TQLayout::remove ( <a href="ntqwidget.html">TQWidget</a> * widget ) +<h3 class=fn>void <a name="remove"></a>TQLayout::remove ( <a href="tqwidget.html">TQWidget</a> * widget ) </h3> Removes the widget <em>widget</em> from the layout. After this call, it is the caller's responsibility to give the widget a reasonable geometry or to put the widget back into a layout. -<p> <p>See also <a href="#removeItem">removeItem</a>(), <a href="ntqwidget.html#geometry-prop">TQWidget::geometry</a>, and <a href="#add">add</a>(). +<p> <p>See also <a href="#removeItem">removeItem</a>(), <a href="tqwidget.html#geometry-prop">TQWidget::geometry</a>, and <a href="#add">add</a>(). <h3 class=fn>void <a name="removeItem"></a>TQLayout::removeItem ( <a href="qlayoutitem.html">TQLayoutItem</a> * item ) </h3> |