XPDF_ScrollbarDragged

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
XPDF_ScrollbarDragged <scroll>
Associationsxpdf
Summary

Sent to the current card when the user scrolls the view

EditionBusiness
Introduced1.0.0
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
scroll

The new hScroll, vScroll of the view.

Example
on XPDF_ScrollbarDragged pScroll
	set the vScroll of group "file annotations" to item 2 of pScroll
end XPDF_ScrollbarDragged
Description

Sent to the current card when the user scrolls the view

Tagsexternals