![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include "FXScrollArea.h"
Go to the source code of this file.
Classes | |
struct | FX::FXHiliteStyle |
Highlight style entry. More... | |
struct | FX::FXTextChange |
Text mutation callback data passed with the SEL_INSERTED, SEL_REPLACED, and SEL_DELETED messages; both old and new text is available on behalf of the undo system as well as syntax highlighting. More... | |
class | FX::FXText |
The text widget supports editing of multiple lines of text. More... | |
Namespaces | |
namespace | FX |
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 } |
enum | FX::FXTextSelectionMode { FX::SELECT_CHARS, FX::SELECT_WORDS, FX::SELECT_LINES } |
![]() |