From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/ntqworkspace.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/ntqworkspace.html') diff --git a/doc/html/ntqworkspace.html b/doc/html/ntqworkspace.html index 331328594..8a5e7a45f 100644 --- a/doc/html/ntqworkspace.html +++ b/doc/html/ntqworkspace.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } contain decorated windows, e.g. for MDI. More...

#include <ntqworkspace.h> -

Inherits TQWidget. +

Inherits TQWidget.

List of all member functions.

Public Members


Member Function Documentation

-

TQWorkspace::TQWorkspace ( TQWidget * parent = 0, const char * name = 0 ) +

TQWorkspace::TQWorkspace ( TQWidget * parent = 0, const char * name = 0 )

Constructs a workspace with a parent and a name. @@ -140,7 +140,7 @@ Activates the next window in the child window chain. Activates the previous window in the child window chain.

See also activateNextWindow(). -

TQWidget * TQWorkspace::activeWindow () const +

TQWidget * TQWorkspace::activeWindow () const

Returns the active window, or 0 if no window is active. @@ -175,7 +175,7 @@ Arranges all child windows in a tile pattern.

See also cascade().

Example: mdi/application.cpp. -

void TQWorkspace::windowActivated ( TQWidget * w ) [signal] +

void TQWorkspace::windowActivated ( TQWidget * w ) [signal]

This signal is emitted when the window widget w becomes active. -- cgit v1.2.1