#include "CEGUIProperty.h"
Include dependency graph for CEGUIMultiLineEditboxProperties.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | CEGUI |
namespace | CEGUI::MultiLineEditboxProperties |
Classes | |
class | CEGUI::MultiLineEditboxProperties::ReadOnly |
Property to access the read-only setting of the edit box. More... | |
class | CEGUI::MultiLineEditboxProperties::WordWrap |
Property to access the word-wrap setting of the edit box. More... | |
class | CEGUI::MultiLineEditboxProperties::CaratIndex |
Property to access the current carat index. More... | |
class | CEGUI::MultiLineEditboxProperties::SelectionStart |
Property to access the current selection start index. More... | |
class | CEGUI::MultiLineEditboxProperties::SelectionLength |
Property to access the current selection length. More... | |
class | CEGUI::MultiLineEditboxProperties::MaxTextLength |
Property to access the maximum text length for the edit box. More... | |
class | CEGUI::MultiLineEditboxProperties::NormalTextColour |
Property to access the normal, unselected, text colour used for rendering text. More... | |
class | CEGUI::MultiLineEditboxProperties::SelectedTextColour |
Property to access the colour used for rendering text within the selection area. More... | |
class | CEGUI::MultiLineEditboxProperties::ActiveSelectionColour |
Property to access the colour used for rendering the selection highlight when the edit box is active. More... | |
class | CEGUI::MultiLineEditboxProperties::InactiveSelectionColour |
Property to access the colour used for rendering the selection highlight when the edit box is inactive. More... |