Searched refs:m_modificationType (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h3414 void SetModificationType(int t) { m_modificationType = t; }
3437 int GetModificationType() const { return m_modificationType; }
3471 int m_modificationType; // wxEVT_STC_MODIFIED member in class:wxStyledTextEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp3362 m_modificationType = 0;
3392 m_modificationType = event.m_modificationType;

Completed in 72 milliseconds