#include <wx/stc/stc.h>
The type of events sent from wxStyledTextCtrl.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
wxEVT_STC_AUTOCOMP_CANCELLED
event. wxEVT_STC_AUTOCOMP_CHAR_DELETED
event. wxEVT_STC_AUTOCOMP_COMPLETED
event. wxEVT_STC_AUTOCOMP_SELECTION
event. wxEVT_STC_AUTOCOMP_SELECTION_CHANGE
event. wxEVT_STC_CALLTIP_CLICK
event. wxEVT_STC_CHANGE
event. wxEVT_STC_CHARADDED
event. wxEVT_STC_CLIPBOARD_COPY
event. wxEVT_STC_CLIPBOARD_PASTE
event. wxEVT_STC_DO_DROP
event. wxEVT_STC_DOUBLECLICK
event. wxEVT_STC_DRAG_OVER
event. wxEVT_STC_DWELLEND
event. wxEVT_STC_DWELLSTART
event. wxEVT_STC_HOTSPOT_CLICK
event. wxEVT_STC_HOTSPOT_DCLICK
event. wxEVT_STC_HOTSPOT_RELEASE_CLICK
event. wxEVT_STC_INDICATOR_CLICK
event. wxEVT_STC_INDICATOR_RELEASE
event. wxEVT_STC_MACRORECORD
event. wxEVT_STC_MARGIN_RIGHT_CLICK
event. wxEVT_STC_MARGINCLICK
event. wxEVT_STC_MODIFIED
event. wxEVT_STC_NEEDSHOWN
event. wxEVT_STC_PAINTED
event. wxEVT_STC_ROMODIFYATTEMPT
event. wxEVT_STC_SAVEPOINTLEFT
event. wxEVT_STC_SAVEPOINTREACHED
event. wxEVT_STC_START_DRAG
event. wxEVT_STC_STYLENEEDED
event. wxEVT_STC_UPDATEUI
event. wxEVT_STC_USERLISTSELECTION
event. wxEVT_STC_ZOOM
event. Most of the Scintilla notifications are mapped to a similarly named wxStyledTextEvent. However a few of the notifications would only offer information available in other wxWidgets event types, and in those cases a corresponding wxStyledTextEvent is not defined. Currently, the wxEVT_KEY_DOWN
event is used instead of the SCN_KEY
notification. The regular wxWidgets drag and drop functionality can be used instead of the SCN_URIDROPPED
notification. The wxEVT_SET_FOCUS
event is used instead of the SCN_FOCUSIN
notification. And the wxEVT_KILL_FOCUS
event is used instead of the SCN_FOCUSOUT
notification.
The following is a brief description of when the control generates these events and a list of which methods provide relevant information. Additional details can be found in the Scintilla documentation (http://www.scintilla.org/ScintillaDoc.html#Notifications).
wxEVT_STC_AUTOCOMP_CANCELLED
wxEVT_STC_AUTOCOMP_CHAR_DELETED
wxEVT_STC_AUTOCOMP_COMPLETED
wxEVT_STC_AUTOCOMP_SELECTION
wxEVT_STC_AUTOCOMP_SELECTION_CHANGE
wxEVT_STC_CALLTIP_CLICK
wxEVT_STC_CHANGE
wxEVT_STC_MODIFIED
instead.wxEVT_STC_CHARADDED
wxEVT_STC_CLIPBOARD_COPY
wxEVT_STC_CLIPBOARD_PASTE
wxEVT_STC_DO_DROP
wxEVT_STC_DOUBLECLICK
wxEVT_STC_DRAG_OVER
wxEVT_STC_DWELLEND
wxEVT_STC_DWELLSTART
event.wxEVT_STC_DWELLSTART
wxEVT_STC_HOTSPOT_CLICK
wxEVT_STC_HOTSPOT_DCLICK
wxEVT_STC_HOTSPOT_RELEASE_CLICK
wxEVT_STC_INDICATOR_CLICK
wxEVT_STC_INDICATOR_RELEASE
wxEVT_STC_MACRORECORD
wxEVT_STC_MARGIN_RIGHT_CLICK
wxEVT_STC_MARGINCLICK
wxEVT_STC_MODIFIED
wxEVT_STC_NEEDSHOWN
wxEVT_STC_PAINTED
wxEVT_STC_ROMODIFYATTEMPT
wxEVT_STC_SAVEPOINTREACHED
wxEVT_STC_SAVEPOINTLEFT
wxEVT_STC_START_DRAG
wxEVT_STC_STYLENEEDED
wxEVT_STC_UPDATEUI
wxEVT_STC_USERLISTSELECTION
wxEVT_STC_ZOOM
Public Member Functions | |
wxStyledTextEvent (wxEventType commandType=0, int id=0) | |
Constructor. More... | |
wxStyledTextEvent (const wxStyledTextEvent &event) | |
Copy constructor. More... | |
~wxStyledTextEvent () | |
Destructor. More... | |
bool | GetAlt () const |
Returns true if the Alt key is pressed. More... | |
int | GetAnnotationsLinesAdded () const |
Returns the number of lines that have been added to or removed from an annotation. More... | |
bool | GetControl () const |
Returns true if the Control key is pressed. More... | |
int | GetDragFlags () |
Returns flags for the drag operation associated with this event. More... | |
wxDragResult | GetDragResult () |
Returns drag result for this event. More... | |
wxString | GetDragText () |
int | GetFoldLevelNow () const |
Returns the current fold level for the line. More... | |
int | GetFoldLevelPrev () const |
Returns previous fold level for the line. More... | |
int | GetKey () const |
Returns the key code of the key that generated this event. More... | |
int | GetLength () const |
Returns the length (number of characters) of this event. More... | |
int | GetLine () const |
Returns zero-based line number for this event. More... | |
int | GetLinesAdded () const |
Returns the number of lines added or deleted with this event. More... | |
int | GetListCompletionMethod () const |
Returns a value describing the action that closed the list. More... | |
int | GetListType () const |
Returns the list type for this event. More... | |
int | GetLParam () const |
Returns the value of the LParam field for this event. More... | |
int | GetMargin () const |
Returns the zero-based index of the margin that generated this event. More... | |
int | GetMessage () const |
Returns a message number while a macro is being recorded. More... | |
int | GetModificationType () const |
Returns the modification type for this event. More... | |
int | GetModifiers () const |
Returns the modifiers of the key press or mouse click for this event. More... | |
int | GetPosition () const |
Returns the zero-based text position associated this event. More... | |
bool | GetShift () const |
Returns true if the Shift key is pressed. More... | |
wxString | GetText () const |
int | GetToken () const |
Returns the token value for this event. More... | |
int | GetUpdated () const |
Returns the value of the updated field for this event. More... | |
int | GetWParam () const |
Returns value of the WParam field for this event. More... | |
int | GetX () const |
Returns the X coordinate of the mouse for this event. More... | |
int | GetY () const |
Returns the Y coordinate of the mouse for this event. More... | |
void | SetAnnotationLinesAdded (int val) |
Sets the annotation lines added value for this event. More... | |
void | SetDragFlags (int flags) |
Sets the drag flags for this event. More... | |
void | SetDragResult (wxDragResult val) |
Sets the drag result for this event. More... | |
void | SetDragText (const wxString &val) |
Sets the drag text for this event. More... | |
void | SetFoldLevelNow (int val) |
Sets the current fold level for this event. More... | |
void | SetFoldLevelPrev (int val) |
Sets the previous fold level for this event. More... | |
void | SetKey (int k) |
Sets the key code for this event. More... | |
void | SetLength (int len) |
Sets the length value for this event. More... | |
void | SetLine (int val) |
Sets line number for this event. More... | |
void | SetLinesAdded (int num) |
Sets the number of lines added for this event. More... | |
void | SetListCompletionMethod (int val) |
Sets the list completion method for this event. More... | |
void | SetListType (int val) |
Sets the list type for this event. More... | |
void | SetLParam (int val) |
Sets value of the LParam field for this event. More... | |
void | SetMargin (int val) |
Sets margin number for this event. More... | |
void | SetMessage (int val) |
Sets message number for this event. More... | |
void | SetModificationType (int t) |
Sets the modification type for this event. More... | |
void | SetModifiers (int m) |
Sets the value of the modifiers field for this event. More... | |
void | SetPosition (int pos) |
Sets file position for this event. More... | |
void | SetText (const wxString &t) |
Sets the text for this event. More... | |
void | SetToken (int val) |
Sets the token for this event. More... | |
void | SetUpdated (int val) |
Sets the value of the updated field for this event. More... | |
void | SetWParam (int val) |
Sets the value of the WParam field for this event. More... | |
void | SetX (int val) |
Sets the X value for this event. More... | |
void | SetY (int val) |
Sets the Y value for this event. More... | |
Public Member Functions inherited from wxCommandEvent | |
wxCommandEvent (wxEventType commandEventType=wxEVT_NULL, int id=0) | |
Constructor. More... | |
void * | GetClientData () const |
Returns client data pointer for a listbox or choice selection event (not valid for a deselection). More... | |
wxClientData * | GetClientObject () const |
Returns client object pointer for a listbox or choice selection event (not valid for a deselection). More... | |
long | GetExtraLong () const |
Returns extra information dependent on the event objects type. More... | |
int | GetInt () const |
Returns the integer identifier corresponding to a listbox, choice or radiobox selection (only if the event was a selection, not a deselection), or a boolean value representing the value of a checkbox. More... | |
int | GetSelection () const |
Returns item index for a listbox or choice selection event (not valid for a deselection). More... | |
wxString | GetString () const |
Returns item string for a listbox or choice selection event. More... | |
bool | IsChecked () const |
This method can be used with checkbox and menu events: for the checkboxes, the method returns true for a selection event and false for a deselection one. More... | |
bool | IsSelection () const |
For a listbox or similar event, returns true if it is a selection, false if it is a deselection. More... | |
void | SetClientData (void *clientData) |
Sets the client data for this event. More... | |
void | SetClientObject (wxClientData *clientObject) |
Sets the client object for this event. More... | |
void | SetExtraLong (long extraLong) |
Sets the m_extraLong member. More... | |
void | SetInt (int intCommand) |
Sets the m_commandInt member. More... | |
void | SetString (const wxString &string) |
Sets the m_commandString member. More... | |
Public Member Functions inherited from wxEvent | |
wxEvent (int id=0, wxEventType eventType=wxEVT_NULL) | |
Constructor. More... | |
virtual wxEvent * | Clone () const =0 |
Returns a copy of the event. More... | |
wxObject * | GetEventObject () const |
Returns the object (usually a window) associated with the event, if any. More... | |
wxEventType | GetEventType () const |
Returns the identifier of the given event type, such as wxEVT_BUTTON . More... | |
virtual wxEventCategory | GetEventCategory () const |
Returns a generic category for this event. More... | |
int | GetId () const |
Returns the identifier associated with this event, such as a button command id. More... | |
wxObject * | GetEventUserData () const |
Return the user data associated with a dynamically connected event handler. More... | |
bool | GetSkipped () const |
Returns true if the event handler should be skipped, false otherwise. More... | |
long | GetTimestamp () const |
Gets the timestamp for the event. More... | |
bool | IsCommandEvent () const |
Returns true if the event is or is derived from wxCommandEvent else it returns false. More... | |
void | ResumePropagation (int propagationLevel) |
Sets the propagation level to the given value (for example returned from an earlier call to wxEvent::StopPropagation). More... | |
void | SetEventObject (wxObject *object) |
Sets the originating object. More... | |
void | SetEventType (wxEventType type) |
Sets the event type. More... | |
void | SetId (int id) |
Sets the identifier associated with this event, such as a button command id. More... | |
void | SetTimestamp (long timeStamp=0) |
Sets the timestamp for the event. More... | |
bool | ShouldPropagate () const |
Test if this event should be propagated or not, i.e. if the propagation level is currently greater than 0. More... | |
void | Skip (bool skip=true) |
This method can be used inside an event handler to control whether further event handlers bound to this event will be called after the current one returns. More... | |
int | StopPropagation () |
Stop the event from propagating to its parent window. More... | |
Public Member Functions inherited from wxObject | |
wxObject () | |
Default ctor; initializes to NULL the internal reference data. More... | |
wxObject (const wxObject &other) | |
Copy ctor. More... | |
virtual | ~wxObject () |
Destructor. More... | |
virtual wxClassInfo * | GetClassInfo () const |
This virtual function is redefined for every class that requires run-time type information, when using the wxDECLARE_CLASS macro (or similar). More... | |
wxObjectRefData * | GetRefData () const |
Returns the wxObject::m_refData pointer, i.e. the data referenced by this object. More... | |
bool | IsKindOf (const wxClassInfo *info) const |
Determines whether this class is a subclass of (or the same class as) the given class. More... | |
bool | IsSameAs (const wxObject &obj) const |
Returns true if this object has the same data pointer as obj. More... | |
void | Ref (const wxObject &clone) |
Makes this object refer to the data in clone. More... | |
void | SetRefData (wxObjectRefData *data) |
Sets the wxObject::m_refData pointer. More... | |
void | UnRef () |
Decrements the reference count in the associated data, and if it is zero, deletes the data. More... | |
void | UnShare () |
This is the same of AllocExclusive() but this method is public. More... | |
void | operator delete (void *buf) |
The delete operator is defined for debugging versions of the library only, when the identifier __WXDEBUG__ is defined. More... | |
void * | operator new (size_t size, const wxString &filename=NULL, int lineNum=0) |
The new operator is defined for debugging versions of the library only, when the identifier __WXDEBUG__ is defined. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from wxObject | |
void | AllocExclusive () |
Ensure that this object's data is not shared with any other object. More... | |
virtual wxObjectRefData * | CreateRefData () const |
Creates a new instance of the wxObjectRefData-derived class specific to this object and returns it. More... | |
virtual wxObjectRefData * | CloneRefData (const wxObjectRefData *data) const |
Creates a new instance of the wxObjectRefData-derived class specific to this object and initializes it copying data. More... | |
Protected Attributes inherited from wxEvent | |
int | m_propagationLevel |
Indicates how many levels the event can propagate. More... | |
Protected Attributes inherited from wxObject | |
wxObjectRefData * | m_refData |
Pointer to an object which is the object's reference-counted data. More... | |
wxStyledTextEvent::wxStyledTextEvent | ( | wxEventType | commandType = 0 , |
int | id = 0 |
||
) |
Constructor.
wxStyledTextEvent::wxStyledTextEvent | ( | const wxStyledTextEvent & | event | ) |
Copy constructor.
wxStyledTextEvent::~wxStyledTextEvent | ( | ) |
Destructor.
bool wxStyledTextEvent::GetAlt | ( | ) | const |
Returns true if the Alt key is pressed.
This method is valid for the following event types:
wxEVT_STC_DOUBLECLICK
wxEVT_STC_MARGINCLICK
wxEVT_STC_HOTSPOT_CLICK
wxEVT_STC_HOTSPOT_DCLICK
wxEVT_STC_HOTSPOT_RELEASE_CLICK
wxEVT_STC_INDICATOR_CLICK
wxEVT_STC_INDICATOR_RELEASE
wxEVT_STC_MARGIN_RIGHT_CLICK
int wxStyledTextEvent::GetAnnotationsLinesAdded | ( | ) | const |
Returns the number of lines that have been added to or removed from an annotation.
This method is valid for wxEVT_STC_MODIFIED
events when the result of GetModificationType() includes wxSTC_MOD_CHANGEANNOTATION.
bool wxStyledTextEvent::GetControl | ( | ) | const |
Returns true if the Control key is pressed.
This method is valid for the following event types:
wxEVT_STC_DOUBLECLICK
wxEVT_STC_MARGINCLICK
wxEVT_STC_HOTSPOT_CLICK
wxEVT_STC_HOTSPOT_DCLICK
wxEVT_STC_HOTSPOT_RELEASE_CLICK
wxEVT_STC_INDICATOR_CLICK
wxEVT_STC_INDICATOR_RELEASE
wxEVT_STC_MARGIN_RIGHT_CLICK
int wxStyledTextEvent::GetDragFlags | ( | ) |
Returns flags for the drag operation associated with this event.
This method is valid for wxEVT_STC_START_DRAG
events.
wxDragResult wxStyledTextEvent::GetDragResult | ( | ) |
Returns drag result for this event.
This method is valid for wxEVT_STC_DRAG_OVER
and wxEVT_STC_DO_DROP
events.
wxString wxStyledTextEvent::GetDragText | ( | ) |
int wxStyledTextEvent::GetFoldLevelNow | ( | ) | const |
Returns the current fold level for the line.
This method is valid for wxEVT_STC_MODIFIED
events when the result of GetModificationType() includes wxSTC_MOD_CHANGEFOLD.
int wxStyledTextEvent::GetFoldLevelPrev | ( | ) | const |
Returns previous fold level for the line.
This method is valid for wxEVT_STC_MODIFIED
events when the result of GetModificationType() includes wxSTC_MOD_CHANGEFOLD.
int wxStyledTextEvent::GetKey | ( | ) | const |
Returns the key code of the key that generated this event.
This method is valid for the following event types:
wxEVT_STC_CHARADDED
wxEVT_STC_USERLISTSELECTION
wxEVT_STC_AUTOCOMP_SELECTION
wxEVT_STC_AUTOCOMP_COMPLETED
int wxStyledTextEvent::GetLength | ( | ) | const |
Returns the length (number of characters) of this event.
This method is valid for wxEVT_STC_MODIFIED
and wxEVT_STC_NEEDSHOWN
events.
int wxStyledTextEvent::GetLine | ( | ) | const |
Returns zero-based line number for this event.
This method is valid for wxEVT_STC_DOUBLECLICK
and wxEVT_STC_MODIFIED
events.
int wxStyledTextEvent::GetLinesAdded | ( | ) | const |
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() includes wxSTC_MOD_INSERTTEXT or wxSTC_MOD_DELETETEXT.
int wxStyledTextEvent::GetListCompletionMethod | ( | ) | const |
Returns a value describing the action that closed the list.
The returned value will be one of the following constants:
wxSTC_AC_FILLUP | A fillup character caused the completion. |
wxSTC_AC_DOUBLECLICK | A double-click caused the completion. |
wxSTC_AC_TAB | The tab key caused the completion. |
wxSTC_AC_NEWLINE | The enter key caused the completion. |
wxSTC_AC_COMMAND | The wxStyledTextCtrl::AutoCompComplete method was called. |
This method is valid for wxEVT_STC_USERLISTSELECTION
, wxEVT_STC_AUTOCOMP_SELECTION
, and wxEVT_STC_AUTOCOMP_COMPLETED
events.
int wxStyledTextEvent::GetListType | ( | ) | const |
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 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.
int wxStyledTextEvent::GetLParam | ( | ) | const |
Returns the value of the LParam field for this event.
This method is valid for wxEVT_STC_MACRORECORD
events.
int wxStyledTextEvent::GetMargin | ( | ) | const |
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.
int wxStyledTextEvent::GetMessage | ( | ) | const |
Returns a message number while a macro is being recorded.
Many of the wxStyledTextCtrl methods such as InsertText and Paste have an event number associated with them. This method returns that number while a macro is being recorded so that the macro can be played back later.
This method is valid for wxEVT_STC_MACRORECORD
events.
int wxStyledTextEvent::GetModificationType | ( | ) | const |
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.
int wxStyledTextEvent::GetModifiers | ( | ) | const |
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:
wxEVT_STC_DOUBLECLICK
wxEVT_STC_MARGINCLICK
wxEVT_STC_HOTSPOT_CLICK
wxEVT_STC_HOTSPOT_DCLICK
wxEVT_STC_HOTSPOT_RELEASE_CLICK
wxEVT_STC_INDICATOR_CLICK
wxEVT_STC_INDICATOR_RELEASE
wxEVT_STC_MARGIN_RIGHT_CLICK
int wxStyledTextEvent::GetPosition | ( | ) | const |
Returns the zero-based text position associated this event.
This method is valid for the following event types:
wxEVT_STC_STYLENEEDED
wxEVT_STC_DOUBLECLICK
wxEVT_STC_MODIFIED
wxEVT_STC_MARGINCLICK
wxEVT_STC_NEEDSHOWN
wxEVT_STC_USERLISTSELECTION
wxEVT_STC_DWELLSTART
wxEVT_STC_DWELLEND
wxEVT_STC_HOTSPOT_CLICK
wxEVT_STC_HOTSPOT_DCLICK
wxEVT_STC_HOTSPOT_RELEASE_CLICK
wxEVT_STC_INDICATOR_CLICK
wxEVT_STC_INDICATOR_RELEASE
wxEVT_STC_CALLTIP_CLICK
wxEVT_STC_AUTOCOMP_SELECTION
wxEVT_STC_AUTOCOMP_SELECTION_CHANGE
wxEVT_STC_AUTOCOMP_COMPLETED
wxEVT_STC_MARGIN_RIGHT_CLICK
bool wxStyledTextEvent::GetShift | ( | ) | const |
Returns true if the Shift key is pressed.
This method is valid for the following event types:
wxEVT_STC_DOUBLECLICK
wxEVT_STC_MARGINCLICK
wxEVT_STC_HOTSPOT_CLICK
wxEVT_STC_HOTSPOT_DCLICK
wxEVT_STC_HOTSPOT_RELEASE_CLICK
wxEVT_STC_INDICATOR_CLICK
wxEVT_STC_INDICATOR_RELEASE
wxEVT_STC_MARGIN_RIGHT_CLICK
wxString wxStyledTextEvent::GetText | ( | ) | const |
int wxStyledTextEvent::GetToken | ( | ) | const |
Returns the token value for this event.
The token is an integer value that can be set with a call to the wxStyledTextCtrl::AddUndoAction method.
This method is valid for wxEVT_STC_MODIFIED
events when the result of GetModificationType() includes wxSTC_MOD_CONTAINER.
int wxStyledTextEvent::GetUpdated | ( | ) | const |
Returns the value of the updated field for this event.
The value of this field 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_UPDATEUI
events.
int wxStyledTextEvent::GetWParam | ( | ) | const |
Returns value of the WParam field for this event.
This method is valid for wxEVT_STC_MACRORECORD
events.
int wxStyledTextEvent::GetX | ( | ) | const |
Returns the X coordinate of the mouse for this event.
This method is valid for the following event types:
wxEVT_STC_DWELLSTART
wxEVT_STC_DWELLEND
wxEVT_STC_START_DRAG
wxEVT_STC_DRAG_OVER
wxEVT_STC_DO_DROP
int wxStyledTextEvent::GetY | ( | ) | const |
Returns the Y coordinate of the mouse for this event.
This method is valid for the following event types:
wxEVT_STC_DWELLSTART
wxEVT_STC_DWELLEND
wxEVT_STC_START_DRAG
wxEVT_STC_DRAG_OVER
wxEVT_STC_DO_DROP
void wxStyledTextEvent::SetAnnotationLinesAdded | ( | int | val | ) |
Sets the annotation lines added value for this event.
void wxStyledTextEvent::SetDragFlags | ( | int | flags | ) |
Sets the drag flags for this event.
void wxStyledTextEvent::SetDragResult | ( | wxDragResult | val | ) |
Sets the drag result for this event.
void wxStyledTextEvent::SetDragText | ( | const wxString & | val | ) |
Sets the drag text for this event.
void wxStyledTextEvent::SetFoldLevelNow | ( | int | val | ) |
Sets the current fold level for this event.
void wxStyledTextEvent::SetFoldLevelPrev | ( | int | val | ) |
Sets the previous fold level for this event.
void wxStyledTextEvent::SetKey | ( | int | k | ) |
Sets the key code for this event.
void wxStyledTextEvent::SetLength | ( | int | len | ) |
Sets the length value for this event.
void wxStyledTextEvent::SetLine | ( | int | val | ) |
Sets line number for this event.
void wxStyledTextEvent::SetLinesAdded | ( | int | num | ) |
Sets the number of lines added for this event.
void wxStyledTextEvent::SetListCompletionMethod | ( | int | val | ) |
Sets the list completion method for this event.
void wxStyledTextEvent::SetListType | ( | int | val | ) |
Sets the list type for this event.
void wxStyledTextEvent::SetLParam | ( | int | val | ) |
Sets value of the LParam field for this event.
void wxStyledTextEvent::SetMargin | ( | int | val | ) |
Sets margin number for this event.
void wxStyledTextEvent::SetMessage | ( | int | val | ) |
Sets message number for this event.
void wxStyledTextEvent::SetModificationType | ( | int | t | ) |
Sets the modification type for this event.
void wxStyledTextEvent::SetModifiers | ( | int | m | ) |
Sets the value of the modifiers field for this event.
void wxStyledTextEvent::SetPosition | ( | int | pos | ) |
Sets file position for this event.
void wxStyledTextEvent::SetText | ( | const wxString & | t | ) |
Sets the text for this event.
void wxStyledTextEvent::SetToken | ( | int | val | ) |
Sets the token for this event.
void wxStyledTextEvent::SetUpdated | ( | int | val | ) |
Sets the value of the updated field for this event.
void wxStyledTextEvent::SetWParam | ( | int | val | ) |
Sets the value of the WParam field for this event.
void wxStyledTextEvent::SetX | ( | int | val | ) |
Sets the X value for this event.
void wxStyledTextEvent::SetY | ( | int | val | ) |
Sets the Y value for this event.