summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdrawutil-h.html
diff options
context:
space:
mode:
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 &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 &,