diff options
Diffstat (limited to 'doc/html/tqstyle.html')
-rw-r--r-- | doc/html/tqstyle.html | 12 |
1 files changed, 6 insertions, 6 deletions
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. <li><tt>TQStyle::SH_ScrollBar_BackgroundMode</tt> - the background mode for a <a href="tqscrollbar.html">TQScrollBar</a>. Possible values are any of those in the <a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> enum. <li><tt>TQStyle::SH_ScrollBar_MiddleClickAbsolutePosition</tt> - 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. <li><tt>TQStyle::SH_ScrollBar_LeftClickAbsolutePosition</tt> - 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. <li><tt>TQStyle::SH_ScrollBar_ScrollWhenPointerLeavesControl</tt> - 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. <li><tt>TQStyle::SH_TabBar_Alignment</tt> - the alignment for tabs in a |