From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/ntqlistview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqlistview.html') diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index 43ba29a15..5231935da 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -597,7 +597,7 @@ drag object and a drag is started unless dragObject()

By default this function returns 0. You should reimplement it and create a TQDragObject depending on the selected items. -

void TQListView::drawContentsOffset ( TQPainter * p, int ox, int oy, int cx, int cy, int cw, int ch ) [virtual protected] +

void TQListView::drawContentsOffset ( TQPainter * p, int ox, int oy, int cx, int cy, int cw, int ch ) [virtual protected]

Calls TQListViewItem::paintCell() and TQListViewItem::paintBranches() as necessary for all list view @@ -818,7 +818,7 @@ item i, similar to the TQWidget::ent

This signal is emitted when the user moves the mouse cursor from an item to an empty part of the list view. -

void TQListView::paintEmptyArea ( TQPainter * p, const TQRect & rect ) [virtual protected] +

void TQListView::paintEmptyArea ( TQPainter * p, const TQRect & rect ) [virtual protected]

Paints rect so that it looks like empty background using painter p. rect is in widget coordinates, ready to be fed to -- cgit v1.2.3