diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/qhideevent.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qhideevent.html')
| -rw-r--r-- | doc/html/qhideevent.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qhideevent.html b/doc/html/qhideevent.html index 357e7b90c..172fa09de 100644 --- a/doc/html/qhideevent.html +++ b/doc/html/qhideevent.html @@ -47,12 +47,12 @@ The TQHideEvent class provides an event which is sent after a widget is hidden. <p> <p> This event is sent just before <a href="ntqwidget.html#hide">TQWidget::hide</a>() returns, and also when a top-level window has been hidden (iconified) by the user. -<p> If <a href="ntqevent.html#spontaneous">spontaneous</a>() is TRUE the event originated outside the +<p> If <a href="ntqevent.html#spontaneous">spontaneous</a>() is true the event originated outside the application, i.e. the user hid the window using the window manager controls, either by iconifying the window or by switching to another virtual desktop where the window isn't visible. The window will become hidden but not withdrawn. If the window was iconified, -<a href="ntqwidget.html#isMinimized">TQWidget::isMinimized</a>() returns TRUE. +<a href="ntqwidget.html#isMinimized">TQWidget::isMinimized</a>() returns true. <p> <p>See also <a href="qshowevent.html">TQShowEvent</a> and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> |
