Searched refs:SC_MOD_DELETETEXT (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx392 SC_MOD_DELETETEXT | SC_PERFORMED_USER,
464 modFlags |= SC_MOD_DELETETEXT;
517 modFlags |= SC_MOD_DELETETEXT;
H A DEditor.cxx3718 if (mh.modificationType & (SC_MOD_INSERTTEXT|SC_MOD_DELETETEXT)) {
3774 } else if (mh.modificationType & SC_MOD_DELETETEXT) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h638 #define SC_MOD_DELETETEXT 0x2 macro

Completed in 178 milliseconds