Searched defs:wxRichTextRange (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextrange.tex[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h305 class WXDLLIMPEXP_RICHTEXT wxRichTextRange class
310 wxRichTextRange() { m_start = 0; m_end = 0; } function in class:wxRichTextRange
311 wxRichTextRange(long start, long end) { m_start = start; m_end = end; } function in class:wxRichTextRange
312 wxRichTextRange(const wxRichTextRange& range) { m_start = range.m_start; m_end = range.m_end; } function in class:wxRichTextRange
[all...]

Completed in 94 milliseconds