wxSashEvent
MODULE
wxSashEvent
MODULE SUMMARY
See external documentation: wxSashEvent.
DESCRIPTION
See external documentation: wxSashEvent.
- Use wxEvtHandler:connect/3 with EventType:
sash_dragged
See also the message variant #wxSash{} event record type.
This class is derived (and can use functions) from:
wxCommandEvent
wxEvent
DATA TYPES
EXPORTS
getEdge(This) -> wx_enum() (see module wx)
Types:
This = wxSashEvent()
See external documentation.
Res = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE
getDragRect(This) -> {X::integer(), Y::integer(), W::integer(), H::integer()}
Types:
This = wxSashEvent()
getDragStatus(This) -> wx_enum() (see module wx)
Types:
This = wxSashEvent()
See external documentation.
Res = ?wxSASH_STATUS_OK | ?wxSASH_STATUS_OUT_OF_RANGE