wxStyledTextEvent

See external documentation: wxStyledTextEvent.

See external documentation: wxStyledTextEvent.

Use wxEvtHandler:connect/3 with EventType:

stc_change, stc_styleneeded, stc_charadded, stc_savepointreached, stc_savepointleft, stc_romodifyattempt, stc_key, stc_doubleclick, stc_updateui, stc_modified, stc_macrorecord, stc_marginclick, stc_needshown, stc_painted, stc_userlistselection, stc_uridropped, stc_dwellstart, stc_dwellend, stc_start_drag, stc_drag_over, stc_do_drop, stc_zoom, stc_hotspot_click, stc_hotspot_dclick, stc_calltip_click, stc_autocomp_selection

See also the message variant #wxStyledText{} event record type.

This class is derived (and can use functions) from:
wxCommandEvent
wxEvent

Functions


getPosition(This) -> integer()

See external documentation.

getKey(This) -> integer()

See external documentation.

getModifiers(This) -> integer()

See external documentation.

getModificationType(This) -> integer()

See external documentation.

getText(This) -> unicode:charlist()

See external documentation.

getLength(This) -> integer()

See external documentation.

getLinesAdded(This) -> integer()

See external documentation.

getLine(This) -> integer()

See external documentation.

getFoldLevelNow(This) -> integer()

See external documentation.

getFoldLevelPrev(This) -> integer()

See external documentation.

getMargin(This) -> integer()

See external documentation.

getMessage(This) -> integer()

See external documentation.

getWParam(This) -> integer()

See external documentation.

getLParam(This) -> integer()

See external documentation.

getListType(This) -> integer()

See external documentation.

getX(This) -> integer()

See external documentation.

getY(This) -> integer()

See external documentation.

getDragText(This) -> unicode:charlist()

See external documentation.

getDragAllowMove(This) -> boolean()

See external documentation.

getDragResult(This) -> wx:wx_enum()

See external documentation.
Res = ?wxDragError | ?wxDragNone | ?wxDragCopy | ?wxDragMove | ?wxDragLink | ?wxDragCancel

getShift(This) -> boolean()

See external documentation.

getControl(This) -> boolean()

See external documentation.

getAlt(This) -> boolean()

See external documentation.