Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Text widget options


Enumerations

enum  {
  FX::TEXT_READONLY = 0x00100000,
  FX::TEXT_WORDWRAP = 0x00200000,
  FX::TEXT_OVERSTRIKE = 0x00400000,
  FX::TEXT_FIXEDWRAP = 0x00800000,
  FX::TEXT_NO_TABS = 0x01000000,
  FX::TEXT_AUTOINDENT = 0x02000000,
  FX::TEXT_SHOWACTIVE = 0x04000000,
  FX::TEXT_AUTOSCROLL = 0x08000000
}

Enumeration Type Documentation

anonymous enum
 

Text widget options.

Enumeration values:
TEXT_READONLY  Text is NOT editable.
TEXT_WORDWRAP  Wrap at word breaks.
TEXT_OVERSTRIKE  Overstrike mode.
TEXT_FIXEDWRAP  Fixed wrap columns.
TEXT_NO_TABS  Insert spaces for tabs.
TEXT_AUTOINDENT  Autoindent.
TEXT_SHOWACTIVE  Show active line.
TEXT_AUTOSCROLL  Logging mode, keeping last line visible.

Copyright © 1997-2005 Jeroen van der Zijp