Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteshell.cpp48 SetMarginWidth(PROMPT_MARGIN, 16); in Create()
50 SetMarginType(PROMPT_MARGIN, wxSTC_MARGIN_SYMBOL); in Create()
51 SetMarginMask(PROMPT_MARGIN, 1<<PROMPT_MARKER); in Create()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dsteshell.h73 PROMPT_MARGIN = STE_MARGIN_MARKER, ///< The margin number to use to show the prompt markers enumerator