From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqtoolbar.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqtoolbar.html') diff --git a/doc/html/ntqtoolbar.html b/doc/html/ntqtoolbar.html index cc9926109..a5da67d82 100644 --- a/doc/html/ntqtoolbar.html +++ b/doc/html/ntqtoolbar.html @@ -122,12 +122,12 @@ orientation correctly for you, but you can set it yourself with

See also TQToolButton, TQMainWindow, Parts of Isys on Visual Design, GUI Design Handbook: Tool Bar, and Main Window and Related Classes.


Member Function Documentation

-

TQToolBar::TQToolBar ( const TQString & label, TQMainWindow *, ToolBarDock = DockTop, bool newLine = FALSE, const char * name = 0 ) +

TQToolBar::TQToolBar ( const TQString & label, TQMainWindow *, ToolBarDock = DockTop, bool newLine = FALSE, const char * name = 0 )

This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code.

-

TQToolBar::TQToolBar ( const TQString & label, TQMainWindow * mainWindow, TQWidget * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 ) +

TQToolBar::TQToolBar ( const TQString & label, TQMainWindow * mainWindow, TQWidget * parent, bool newLine = FALSE, const char * name = 0, WFlags f = 0 )

Constructs an empty horizontal toolbar.

The toolbar is called name and is a child of parent and is @@ -154,14 +154,14 @@ Adds a separator to the right/bottom of the toolbar. Deletes all the toolbar's child widgets. -

TQString TQToolBar::label () const +

TQString TQToolBar::label () const

Returns the toolbar's label. See the "label" property for details.

TQMainWindow * TQToolBar::mainWindow () const

Returns a pointer to the TQMainWindow which manages this toolbar. -

void TQToolBar::setLabel ( const TQString & ) [virtual] +

void TQToolBar::setLabel ( const TQString & ) [virtual]

Sets the toolbar's label. See the "label" property for details.

void TQToolBar::setStretchableWidget ( TQWidget * w ) [virtual] @@ -178,7 +178,7 @@ setStretchable() is called.

Examples: fileiconview/mainwindow.cpp and helpviewer/helpwindow.cpp.


Property Documentation

-

TQString label

+

TQString label

This property holds the toolbar's label.

If the toolbar is floated the label becomes the toolbar window's caption. There is no default label text. -- cgit v1.2.1