wxStyledTextEvent

wxStyledTextEvent

wxStyledTextEvent
Functions for wxStyledTextEvent class

The type of events sent from wxStyledTextCtrl.

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

wxWidgets docs: wxStyledTextEvent

Use wxEvtHandler:connect/3 with wxStyledTextEventType to subscribe to events of this type.

Types

Returns the zero-based text position associated this event.

This method is valid for the following event types:

Types

Returns the key code of the key that generated this event.

This method is valid for the following event types:

Types

Returns the modifiers of the key press or mouse click for this event.

The returned value is a bit list that may contain one or more of the following values:

In addition, the value can be checked for equality with ?wxSTC_KEYMOD_NORM to test if no modifiers are present.

This method is valid for the following event types:

Types

Returns the modification type for this event.

The modification type is a bit list that describes the change that generated this event. It may contain one or more of the following values:

This method is valid for wxEVT_STC_MODIFIED events.

Types

Returns the length (number of characters) of this event.

This method is valid for wxEVT_STC_MODIFIED and wxEVT_STC_NEEDSHOWN events.

Types

Returns the number of lines added or deleted with this event.

This method is valid for wxEVT_STC_MODIFIED events when the result of getModificationType/1 includes ?wxSTC_MOD_INSERTTEXT or ?wxSTC_MOD_DELETETEXT.

Types

Returns zero-based line number for this event.

This method is valid for wxEVT_STC_DOUBLECLICK and wxEVT_STC_MODIFIED events.

Types

Returns the zero-based index of the margin that generated this event.

This method is valid for wxEVT_STC_MARGINCLICK and wxEVT_STC_MARGIN_RIGHT_CLICK events.

Types

Returns value of the WParam field for this event.

This method is valid for wxEVT_STC_MACRORECORD events.

Types

Returns the value of the LParam field for this event.

This method is valid for wxEVT_STC_MACRORECORD events.

Types

Returns the list type for this event.

The list type is an integer passed to a list when it is created with the wxStyledTextCtrl:userListShow/3 method and can be used to distinguish lists if more than one is used.

This method is valid for wxEVT_STC_AUTOCOMP_SELECTION_CHANGE and wxEVT_STC_USERLISTSELECTION events.

Types

Returns the X coordinate of the mouse for this event.

This method is valid for the following event types:

Types

Returns the Y coordinate of the mouse for this event.

This method is valid for the following event types:

Types

Returns drag result for this event.

This method is valid for wxEVT_STC_DRAG_OVER and wxEVT_STC_DO_DROP events.

Types

Returns true if the Shift key is pressed.

This method is valid for the following event types:

Types

Returns true if the Control key is pressed.

This method is valid for the following event types:

Types

Returns true if the Alt key is pressed.

This method is valid for the following event types: