From 01629f9e76ae6614b54631f3dbabad7301ddda27 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 20 May 2002 07:34:04 +0000 Subject: Added a Match method to Accessor to make it easy to check for strings in a document. Moved IsASpaceOrTab into StyleContext header. --- include/WindowAccessor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/WindowAccessor.h') diff --git a/include/WindowAccessor.h b/include/WindowAccessor.h index 7fd8e30fd..6c16b150f 100644 --- a/include/WindowAccessor.h +++ b/include/WindowAccessor.h @@ -31,6 +31,7 @@ public: lenDoc(-1), validLen(0), chFlags(0), chWhile(0) { } ~WindowAccessor(); + bool Match(int pos, const char *s); char StyleAt(int position); int GetLine(int position); int LineStart(int line); -- cgit v1.2.3