diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqdrawutil-h.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdrawutil-h.html')
-rw-r--r-- | doc/html/tqdrawutil-h.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/tqdrawutil-h.html b/doc/html/tqdrawutil-h.html index 404b5739d..053a4b231 100644 --- a/doc/html/tqdrawutil-h.html +++ b/doc/html/tqdrawutil-h.html @@ -94,45 +94,45 @@ class TQPixmap; // TQ_EXPORT void qDrawShadeLine( TQPainter *p, int x1, int y1, int x2, int y2, - const TQColorGroup &g, bool sunken = TRUE, + const TQColorGroup &g, bool sunken = true, int lineWidth = 1, int midLineWidth = 0 ); TQ_EXPORT void qDrawShadeLine( TQPainter *p, const TQPoint &p1, const TQPoint &p2, - const TQColorGroup &g, bool sunken = TRUE, + const TQColorGroup &g, bool sunken = true, int lineWidth = 1, int midLineWidth = 0 ); TQ_EXPORT void qDrawShadeRect( TQPainter *p, int x, int y, int w, int h, - const TQColorGroup &, bool sunken=FALSE, + const TQColorGroup &, bool sunken=false, int lineWidth = 1, int midLineWidth = 0, const TQBrush *fill = 0 ); TQ_EXPORT void qDrawShadeRect( TQPainter *p, const TQRect &r, - const TQColorGroup &, bool sunken=FALSE, + const TQColorGroup &, bool sunken=false, int lineWidth = 1, int midLineWidth = 0, const TQBrush *fill = 0 ); TQ_EXPORT void qDrawShadePanel( TQPainter *p, int x, int y, int w, int h, - const TQColorGroup &, bool sunken=FALSE, + const TQColorGroup &, bool sunken=false, int lineWidth = 1, const TQBrush *fill = 0 ); TQ_EXPORT void qDrawShadePanel( TQPainter *p, const TQRect &r, - const TQColorGroup &, bool sunken=FALSE, + const TQColorGroup &, bool sunken=false, int lineWidth = 1, const TQBrush *fill = 0 ); TQ_EXPORT void qDrawWinButton( TQPainter *p, int x, int y, int w, int h, - const TQColorGroup &g, bool sunken = FALSE, + const TQColorGroup &g, bool sunken = false, const TQBrush *fill = 0 ); TQ_EXPORT void qDrawWinButton( TQPainter *p, const TQRect &r, - const TQColorGroup &g, bool sunken = FALSE, + const TQColorGroup &g, bool sunken = false, const TQBrush *fill = 0 ); TQ_EXPORT void qDrawWinPanel( TQPainter *p, int x, int y, int w, int h, - const TQColorGroup &, bool sunken=FALSE, + const TQColorGroup &, bool sunken=false, const TQBrush *fill = 0 ); TQ_EXPORT void qDrawWinPanel( TQPainter *p, const TQRect &r, - const TQColorGroup &, bool sunken=FALSE, + const TQColorGroup &, bool sunken=false, const TQBrush *fill = 0 ); TQ_EXPORT void qDrawPlainRect( TQPainter *p, int x, int y, int w, int h, const TQColor &, |