table of contents
- bullseye 1:23.2.6+dfsg-1+deb11u1
- testing 1:25.2.3+dfsg-1
- unstable 1:25.2.3+dfsg-1
- experimental 1:26.0.1+dfsg-1
wxSplitterEvent(3erl) | Erlang Module Definition | wxSplitterEvent(3erl) |
NAME¶
wxSplitterEvent - 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¶
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) -> integer()
Types:
See external documentation.
getX(This) -> integer()
Types:
See external documentation.
getY(This) -> integer()
Types:
See external documentation.
getWindowBeingRemoved(This) -> wxWindow:wxWindow()
Types:
See external documentation.
setSashPosition(This, Pos) -> ok
Types:
Pos = integer()
See external documentation.
AUTHORS¶
<>
wx 1.9.2 |