summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdrawutil-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqdrawutil-h.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-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.html20
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 &amp;g, bool sunken = TRUE,
+ const TQColorGroup &amp;g, bool sunken = true,
int lineWidth = 1, int midLineWidth = 0 );
TQ_EXPORT void qDrawShadeLine( TQPainter *p, const TQPoint &amp;p1, const TQPoint &amp;p2,
- const TQColorGroup &amp;g, bool sunken = TRUE,
+ const TQColorGroup &amp;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 &amp;, bool sunken=FALSE,
+ const TQColorGroup &amp;, bool sunken=false,
int lineWidth = 1, int midLineWidth = 0,
const TQBrush *fill = 0 );
TQ_EXPORT void qDrawShadeRect( TQPainter *p, const TQRect &amp;r,
- const TQColorGroup &amp;, bool sunken=FALSE,
+ const TQColorGroup &amp;, 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 &amp;, bool sunken=FALSE,
+ const TQColorGroup &amp;, bool sunken=false,
int lineWidth = 1, const TQBrush *fill = 0 );
TQ_EXPORT void qDrawShadePanel( TQPainter *p, const TQRect &amp;r,
- const TQColorGroup &amp;, bool sunken=FALSE,
+ const TQColorGroup &amp;, 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 &amp;g, bool sunken = FALSE,
+ const TQColorGroup &amp;g, bool sunken = false,
const TQBrush *fill = 0 );
TQ_EXPORT void qDrawWinButton( TQPainter *p, const TQRect &amp;r,
- const TQColorGroup &amp;g, bool sunken = FALSE,
+ const TQColorGroup &amp;g, bool sunken = false,
const TQBrush *fill = 0 );
TQ_EXPORT void qDrawWinPanel( TQPainter *p, int x, int y, int w, int h,
- const TQColorGroup &amp;, bool sunken=FALSE,
+ const TQColorGroup &amp;, bool sunken=false,
const TQBrush *fill = 0 );
TQ_EXPORT void qDrawWinPanel( TQPainter *p, const TQRect &amp;r,
- const TQColorGroup &amp;, bool sunken=FALSE,
+ const TQColorGroup &amp;, bool sunken=false,
const TQBrush *fill = 0 );
TQ_EXPORT void qDrawPlainRect( TQPainter *p, int x, int y, int w, int h, const TQColor &amp;,