Type: info
         Title: MouseSettings::NoWheelActionWithoutFocus replaced by 
MouseSettings::WheelBehavior
     Posted by: frank.schoenh...@sun.com
      Affected: gsl
         TaskId: i99704
<http://www.openoffice.org/issues/show_bug.cgi?id=99704>
Effective from: CWS dba32c
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/dba32c>
    CWS status: new


*Summary*
--------
- MouseSettings::[S|G]etNoWheelActionWithoutFocus
+ MouseSettings::[S|G]etWheelBehavior
+ <vcl/settings.hxx>: MOUSE_WHEEL_[DISABLE|FOCUS_ONLY|ALWAYS]

*Description*
-------------
The boolean NoWheelActionWithoutFocus attribute of the MouseSettings
class has been replaced by a WheelBehavior attribute, taking one our
of three possible values:
- MOUSE_WHEEL_DISABLE: don't react on the mouse wheel
- MOUSE_WHEEL_FOCUS_ONLY: react on the mouse wheel when the
  control currently has the focus
- MOUSE_WHEEL_ALWAYS: react on the mouse wheel, regardless of
  the current focus

The only two places where the attribute was used have been adjusted to
behave as before.


Send feedback to interface-announce@openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: interface-announce-unsubscr...@openoffice.org
For additional commands, e-mail: interface-announce-h...@openoffice.org

Reply via email to