Home
last modified time | relevance | path

Searched defs:WrapPending (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DEditor.h111 struct WrapPending { struct
116 WrapPending() noexcept { in WrapPending() argument
120 void Reset() noexcept { in Reset()
124 void Wrapped(Sci::Line line) noexcept { in Wrapped()
128 bool NeedsWrap() const noexcept { in NeedsWrap()
131 bool AddRange(Sci::Line lineStart, Sci::Line lineEnd) noexcept { in AddRange()