wxSplitterEvent
See external documentation: wxSplitterEvent.
See external documentation:
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
Functions
getSashPosition(This) -> integer()
This = wxSplitterEvent()
See
getX(This) -> integer()
This = wxSplitterEvent()
See
getY(This) -> integer()
This = wxSplitterEvent()
See
getWindowBeingRemoved(This) -> wxWindow() (see module wxWindow)
This = wxSplitterEvent()
See
setSashPosition(This, Pos) -> ok
This = wxSplitterEvent()
Pos = integer()
See