]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/scintilla/include/Accessor.h
Use the data scheme to load resources in the WebKitGTK+ implementation, rather than...
[wxWidgets.git] / src / stc / scintilla / include / Accessor.h
index 0b2c4baee25cb8a8bc1768adf22a05c9a5fe2358..d9db9c7bfe389d66b678e693febbbf0c90fdcfc1 100644 (file)
@@ -75,4 +75,5 @@ public:
        virtual void ColourTo(unsigned int pos, int chAttr)=0;
        virtual void SetLevel(int line, int level)=0;
        virtual int IndentAmount(int line, int *flags, PFNIsCommentLeader pfnIsCommentLeader = 0)=0;
+       virtual void IndicatorFill(int start, int end, int indicator, int value)=0;
 };