From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/ntqtabbar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqtabbar.html') diff --git a/doc/html/ntqtabbar.html b/doc/html/ntqtabbar.html index 27aa7a024..60bc4d217 100644 --- a/doc/html/ntqtabbar.html +++ b/doc/html/ntqtabbar.html @@ -217,7 +217,7 @@ order. The event is passed in e.

See also paint().

Reimplemented from TQWidget. -

void TQTabBar::paintLabel ( TQPainter * p, const TQRect & br, TQTab * t, bool has_focus ) const [virtual protected] +

void TQTabBar::paintLabel ( TQPainter * p, const TQRect & br, TQTab * t, bool has_focus ) const [virtual protected]

Paints the label of tab t centered in rectangle br using painter p. A focus indication is drawn if has_focus is TRUE. @@ -230,7 +230,7 @@ Removes tab t from the tab control, and deletes the tab. Removes the tool tip for the tab at index position index. -

TQTab * TQTabBar::selectTab ( const TQPoint & p ) const [virtual] +

TQTab * TQTabBar::selectTab ( const TQPoint & p ) const [virtual]

This virtual function is called by the mouse event handlers to determine which tab is pressed. The default implementation returns -- cgit v1.2.1