Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcbplugin.h808 struct CCCallTip struct
816 CCCallTip(const wxString& tp) : in CCCallTip() function
828 CCCallTip(const wxString& tp, int highlightStart, int highlightEnd) : in CCCallTip() function
831 int hlStart; //!< The start index of the desired highlighted range.
832 int hlEnd; //!< The end index of the desired highlighted range.
833 wxString tip; //!< The content of the calltip.