From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqstyle.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqstyle.html') diff --git a/doc/html/tqstyle.html b/doc/html/tqstyle.html index c539dfd9d..b4b11f40c 100644 --- a/doc/html/tqstyle.html +++ b/doc/html/tqstyle.html @@ -422,17 +422,17 @@ and/or feel hint.
  • TQStyle::SH_ScrollBar_BackgroundMode - the background mode for a TQScrollBar. Possible values are any of those in the BackgroundMode enum.
  • TQStyle::SH_ScrollBar_MiddleClickAbsolutePosition - a boolean value. -If TRUE, middle clicking on a scrollbar causes the slider to -jump to that position. If FALSE, the middle clicking is +If true, middle clicking on a scrollbar causes the slider to +jump to that position. If false, the middle clicking is ignored.
  • TQStyle::SH_ScrollBar_LeftClickAbsolutePosition - a boolean value. -If TRUE, left clicking on a scrollbar causes the slider to -jump to that position. If FALSE, the left clicking will +If true, left clicking on a scrollbar causes the slider to +jump to that position. If false, the left clicking will behave as appropriate for each control.
  • TQStyle::SH_ScrollBar_ScrollWhenPointerLeavesControl - a boolean -value. If TRUE, when clicking a scrollbar SubControl, holding +value. If true, when clicking a scrollbar SubControl, holding the mouse button down and moving the pointer outside the -SubControl, the scrollbar continues to scroll. If FALSE, the +SubControl, the scrollbar continues to scroll. If false, the scrollbar stops scrolling when the pointer leaves the SubControl.
  • TQStyle::SH_TabBar_Alignment - the alignment for tabs in a -- cgit v1.2.3