class_stc.h 560 B

123456789101112131415161718
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_stc.h
  3. // Purpose: Scintilla Text Editor classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_stc Scintilla Text Editor
  9. @ingroup group_class
  10. wxWidgets also provides a wrapper around the Scintilla text editor control,
  11. which is a control for plain-text editing with support for highlighting, smart
  12. indentation, etc.
  13. */