GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Prima::ScrollWidget(3) User Contributed Perl Documentation Prima::ScrollWidget(3)

Prima::ScrollWidget - scrollable generic document widget.

"Prima::ScrollWidget" is a simple class that declares two pairs of properties, delta and limit for vertical and horizontal axes, which define a a virtual document. limit is the document dimension, and delta is the current offset.

"Prima::ScrollWidget" is a descendant of "Prima::GroupScroller", and, as well as its ascendant, provides same user navigation by two scrollbars. The scrollbars' "partial" and "whole" properties are maintained if the document or widget extensions change.

deltas X, Y
Selects horizontal and vertical document offsets.
deltaX INTEGER
Selects horizontal document offset.
deltaY INTEGER
Selects vertical document offset.
limits X, Y
Selects horizontal and vertical document extensions.
limitX INTEGER
Selects horizontal document extension.
limitY INTEGER
Selects vertical document extension.

Scroll DX, DY
Called whenever the client area is to be scrolled. The default action calls "Widget::scroll" .

Dmitry Karasik, <dmitry@karasik.eu.org>.

Prima, Prima::ImageViewer, Prima::IntUtils, Prima::ScrollBar, examples/e.pl.
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.