wxsplitterevent(3) - Linux man page
Name
wxSplitterEvent - See external documentation: wxSplitterEvent.Description
See external documentation: wxSplitterEvent.
command_splitter_unsplit
- Use wxEvtHandler:connect/3 with EventType::
- command_splitter_sash_pos_changed, command_splitter_sash_pos_changing, command_splitter_doubleclicked,
See also the message variant #wxSplitter{} event record type.
This class is derived (and can use functions) from:
wxNotifyEvent
wxCommandEvent
wxEvent
Data Types
- wxSplitterEvent():
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
Exports
getSashPosition(This::wxSplitterEvent()) -> integer()
See external documentation.
getX(This::wxSplitterEvent()) -> integer()
See external documentation.
getY(This::wxSplitterEvent()) -> integer()
See external documentation.
getWindowBeingRemoved(This::wxSplitterEvent()) -> wxWindow() (see module wxWindow)
See external documentation.
setSashPosition(This::wxSplitterEvent(), Pos::integer()) -> ok
See external documentation.
Authors
<>