]>
git.saurik.com Git - wxWidgets.git/blob - src/stc/scintilla/include/PropSet.h
   1 // Scintilla source code edit control 
   3  ** An interface to the methods needed for access to property sets inside lexers. 
   5 // Copyright 1998-2009 by Neil Hodgson <neilh@scintilla.org> 
   6 // The License.txt file describes the conditions under which this software may be distributed. 
  17         virtual char *ToString() const=0;       // Caller must delete[] the return value 
  18         virtual int GetInt(const char *key
, int defaultValue
=0) const=0; 
  19         virtual ~PropertyGet() {}