Home
last modified time | relevance | path

Searched refs:STE_STYLE_SELECTION_COLOUR (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dstestyls.cpp126 …keyArr.Add(STE_STYLE_SELECTION_COLOUR); valArr.Add(wxSTEditorStyle(wxT("Selection colour"), 0xF… in Init()
641 if (HasStyle(STE_STYLE_SELECTION_COLOUR)) in UpdateEditor()
643 editor->SetSelForeground(true, GetForegroundColour(STE_STYLE_SELECTION_COLOUR, true)); in UpdateEditor()
644 editor->SetSelBackground(true, GetBackgroundColour(STE_STYLE_SELECTION_COLOUR, true)); in UpdateEditor()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dstedefs.h788 STE_STYLE_SELECTION_COLOUR = STE_STYLE_GUI__FIRST,// fore/back colours only enumerator