Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DEditor.h354 struct XYScrollPosition { struct
357XYScrollPosition(int xOffset_, Sci::Line topLine_) noexcept : xOffset(xOffset_), topLine(topLine_)… in XYScrollPosition() function