Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DIndicator.h13 struct StyleAndColour { struct
16 StyleAndColour() noexcept : style(INDIC_PLAIN), fore(0, 0, 0) { in StyleAndColour() argument
18StyleAndColour(int style_, ColourDesired fore_ = ColourDesired(0, 0, 0)) noexcept : style(style_),… in style() argument