diff options
Diffstat (limited to 'doc/html/ntqstyle.html')
| -rw-r--r-- | doc/html/ntqstyle.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqstyle.html b/doc/html/ntqstyle.html index 98361b36f..c754e8208 100644 --- a/doc/html/ntqstyle.html +++ b/doc/html/ntqstyle.html @@ -423,17 +423,17 @@ and/or feel hint. <li><tt>TQStyle::SH_ScrollBar_BackgroundMode</tt> - the background mode for a <a href="ntqscrollbar.html">TQScrollBar</a>. Possible values are any of those in the <a href="ntqt.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 |
