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

wxSpinEvent - Functions for wxSpinEvent class

This event class is used for the events generated by wxSpinButton and wxSpinCtrl.

See: wxSpinButton, and, wxSpinCtrl

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

wxWidgets docs: wxSpinEvent

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

wxSpinEvent() = wx:wx_object()

wxSpin() = 
    #wxSpin{type = wxSpinEvent:wxSpinEventType(),
            commandInt = integer()}

wxSpinEventType() = 
    command_spinctrl_updated | spin_up | spin_down | spin

getPosition(This) -> integer()


Types:

This = wxSpinEvent()

Retrieve the current spin button or control value.

setPosition(This, Pos) -> ok


Types:

This = wxSpinEvent()
Pos = integer()

Set the value associated with the event.

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.