wxSplitterEvent
MODULE
wxSplitterEvent
MODULE SUMMARY
See external documentation: wxSplitterEvent.
DESCRIPTION
See external documentation: wxSplitterEvent.
- Use wxEvtHandler:connect/3 with EventType:
command_splitter_sash_pos_changed, command_splitter_sash_pos_changing, command_splitter_doubleclicked, command_splitter_unsplit
See also the message variant #wxSplitter{} event record type.
This class is derived (and can use functions) from:
wxNotifyEvent
wxCommandEvent
wxEvent
DATA TYPES
EXPORTS
getSashPosition(This::wxSplitterEvent()) -> integer()
getX(This::wxSplitterEvent()) -> integer()
getY(This::wxSplitterEvent()) -> integer()
getWindowBeingRemoved(This::wxSplitterEvent()) -> wxWindow() (see module wxWindow)
setSashPosition(This::wxSplitterEvent(), Pos::integer()) -> ok