LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Modules | Constant Groups | Variables
MouseWheelBehavior.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::awt
 Java AWT-like user interface toolkit interface specifications for UNO.
 

Constant Groups

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::awt
 Java AWT-like user interface toolkit interface specifications for UNO.
 

Variables

const short SCROLL_DISABLED = 0
 defines that the mouse wheel cannot be used to scroll through the control's content More...
 
const short SCROLL_FOCUS_ONLY = 1
 defines that the mouse can only be used to scroll through the control's content if it currently has the focus. More...
 
const short SCROLL_ALWAYS = 2
 defines that the mouse can be used to scroll through the control's content, no matter whether or not it has the focus, as long as the mouse pointer is over the control. More...