diff options
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r-- | doc/html/ntqapplication.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 9d1a32f83..9dbae37ad 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -1045,7 +1045,7 @@ on. This is the commonest, easiest and least powerful way. (i.e. the internal cursor stack is empty). <p> <p>See also <a href="#setOverrideCursor">setOverrideCursor</a>() and <a href="#restoreOverrideCursor">restoreOverrideCursor</a>(). -<h3 class=fn><a href="ntqpalette.html">TQPalette</a> <a name="palette"></a>TQApplication::palette ( const <a href="tqwidget.html">TQWidget</a> * w = 0 )<tt> [static]</tt> +<h3 class=fn><a href="tqpalette.html">TQPalette</a> <a name="palette"></a>TQApplication::palette ( const <a href="tqwidget.html">TQWidget</a> * w = 0 )<tt> [static]</tt> </h3> Returns the application palette. <p> If a widget is passed in <em>w</em>, the default palette for the @@ -1459,7 +1459,7 @@ FALSE, the new stack is pushed onto the top of the stack. <p> <p>See also <a href="#overrideCursor">overrideCursor</a>(), <a href="#restoreOverrideCursor">restoreOverrideCursor</a>(), and <a href="tqwidget.html#cursor-prop">TQWidget::cursor</a>. <p>Examples: <a href="distributor-example.html#x2653">distributor/distributor.ui.h</a>, <a href="archivesearch-example.html#x474">network/archivesearch/archivedialog.ui.h</a>, <a href="ftpclient-example.html#x738">network/ftpclient/ftpmainwindow.ui.h</a>, and <a href="showimg-example.html#x1312">showimg/showimg.cpp</a>. -<h3 class=fn>void <a name="setPalette"></a>TQApplication::setPalette ( const <a href="ntqpalette.html">TQPalette</a> & palette, bool informWidgets = FALSE, const char * className = 0 )<tt> [static]</tt> +<h3 class=fn>void <a name="setPalette"></a>TQApplication::setPalette ( const <a href="tqpalette.html">TQPalette</a> & palette, bool informWidgets = FALSE, const char * className = 0 )<tt> [static]</tt> </h3> Changes the default application palette to <em>palette</em>. If <em>informWidgets</em> is TRUE, then existing widgets are informed about the change and may adjust themselves to the new application @@ -1560,7 +1560,7 @@ like this: <p> TQt uses this value internally, e.g. in <a href="tqfiledialog.html">TQFileDialog</a>. <p> The default value is 4 pixels. -<p> <p>See also <a href="#setStartDragDistance">setStartDragDistance</a>(), <a href="#startDragTime">startDragTime</a>(), and <a href="ntqpoint.html#manhattanLength">TQPoint::manhattanLength</a>(). +<p> <p>See also <a href="#setStartDragDistance">setStartDragDistance</a>(), <a href="#startDragTime">startDragTime</a>(), and <a href="tqpoint.html#manhattanLength">TQPoint::manhattanLength</a>(). <h3 class=fn>int <a name="startDragTime"></a>TQApplication::startDragTime ()<tt> [static]</tt> </h3> @@ -1682,7 +1682,7 @@ is TRUE the child widget at position <em>(x, y)</em> is returned. <p> This function is normally rather slow. <p> <p>See also <a href="ntqcursor.html#pos">TQCursor::pos</a>(), <a href="tqwidget.html#grabMouse">TQWidget::grabMouse</a>(), and <a href="tqwidget.html#grabKeyboard">TQWidget::grabKeyboard</a>(). -<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="widgetAt-2"></a>TQApplication::widgetAt ( const <a href="ntqpoint.html">TQPoint</a> & pos, bool child = FALSE )<tt> [static]</tt> +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="widgetAt-2"></a>TQApplication::widgetAt ( const <a href="tqpoint.html">TQPoint</a> & pos, bool child = FALSE )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns a pointer to the widget at global screen position <em>pos</em>, |