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
wxScrollWinEvent(3) Erlang Module Definition wxScrollWinEvent(3)

wxScrollWinEvent - Functions for wxScrollWinEvent class

A scroll event holds information about events sent from scrolling windows.

Note that you can use the EVT_SCROLLWIN* macros for intercepting scroll window events from the receiving window.

See: wxScrollEvent, Overview events

This class is derived (and can use functions) from: wxEvent

wxWidgets docs: wxScrollWinEvent

Use wxEvtHandler:connect/3 with wxScrollWinEventType to subscribe to events of this type.

wxScrollWinEvent() = wx:wx_object()

wxScrollWin() = 
    #wxScrollWin{type = wxScrollWinEvent:wxScrollWinEventType(),
                 commandInt = integer(),
                 extraLong = integer()}

wxScrollWinEventType() = 
    scrollwin_top | scrollwin_bottom | scrollwin_lineup |
    scrollwin_linedown | scrollwin_pageup | scrollwin_pagedown |
    scrollwin_thumbtrack | scrollwin_thumbrelease

getOrientation(This) -> integer()


Types:

This = wxScrollWinEvent()

Returns wxHORIZONTAL or wxVERTICAL, depending on the orientation of the scrollbar.

getPosition(This) -> integer()


Types:

This = wxScrollWinEvent()

Returns the position of the scrollbar for the thumb track and release events.

Note that this field can't be used for the other events, you need to query the window itself for the current position in that case.

wx 2.1.1 wxWidgets team.

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.