enum AdjustmentType in module com::sun::star::awt::

(Global Index)

Syntax

enum AdjustmentType;

Description

specifies whether the event is originated in a line or page jump or a direct positioning of the thumb.

Values Summary

ADJUST_LINE adjustment is originated by a line jump. A line jump can, for example, be caused by a click on one of the pointer buttons.

ADJUST_PAGE adjustment is originated by a page jump. A page jump can, for example, be caused by a click in the background area of the scrollbar (neither one of the pointer buttons, nor the thumb).

ADJUST_ABS adjustment is originated by dragging the thumb.

Values Details



ADJUST_LINE

Syntax

ADJUST_LINE,

Description

adjustment is originated by a line jump. A line jump can, for example, be caused by a click on one of the pointer buttons.


ADJUST_PAGE

Syntax

ADJUST_PAGE,

Description

adjustment is originated by a page jump. A page jump can, for example, be caused by a click in the background area of the scrollbar (neither one of the pointer buttons, nor the thumb).


ADJUST_ABS

Syntax

ADJUST_ABS,

Description

adjustment is originated by dragging the thumb.

Top of Page