Home
last modified time | relevance | path

Searched refs:ANNOTATION_STYLE (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/stc/
H A Dedit.cpp53 const int ANNOTATION_STYLE = wxSTC_STYLE_LASTPREDEFINED + 1; variable
361 AnnotationSetStyle(line, ANNOTATION_STYLE); in OnAnnotationAdd()
382 const int widthAnn = TextWidth(ANNOTATION_STYLE, ann + wxString(indent, ' ')); in OnAnnotationAdd()
524 StyleSetBackground(ANNOTATION_STYLE, wxColour(244, 220, 220)); in InitializePrefs()
525 StyleSetForeground(ANNOTATION_STYLE, *wxBLACK); in InitializePrefs()
526 StyleSetSizeFractional(ANNOTATION_STYLE, in InitializePrefs()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/stc/
H A Dedit.cpp53 const int ANNOTATION_STYLE = wxSTC_STYLE_LASTPREDEFINED + 1; variable
361 AnnotationSetStyle(line, ANNOTATION_STYLE); in OnAnnotationAdd()
382 const int widthAnn = TextWidth(ANNOTATION_STYLE, ann + wxString(indent, ' ')); in OnAnnotationAdd()
524 StyleSetBackground(ANNOTATION_STYLE, wxColour(244, 220, 220)); in InitializePrefs()
525 StyleSetForeground(ANNOTATION_STYLE, *wxBLACK); in InitializePrefs()
526 StyleSetSizeFractional(ANNOTATION_STYLE, in InitializePrefs()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/stc/
H A Dedit.cpp50 const int ANNOTATION_STYLE = wxSTC_STYLE_LASTPREDEFINED + 1; variable
376 AnnotationSetStyle(line, ANNOTATION_STYLE); in OnAnnotationAdd()
397 const int widthAnn = TextWidth(ANNOTATION_STYLE, ann + wxString(indent, ' ')); in OnAnnotationAdd()
608 StyleSetBackground(ANNOTATION_STYLE, wxColour(244, 220, 220)); in InitializePrefs()
609 StyleSetForeground(ANNOTATION_STYLE, *wxBLACK); in InitializePrefs()
610 StyleSetSizeFractional(ANNOTATION_STYLE, in InitializePrefs()