Crazy Eddies GUI System  0.7.2
Classes
CEGUI::EditboxProperties Namespace Reference

Namespace containing all classes that make up the properties interface for the Editbox class. More...

Classes

class  ReadOnly
 Property to access the read-only setting of the edit box. More...
 
class  MaskText
 Property to access the mask text setting of the edit box. More...
 
class  MaskCodepoint
 Property to access the mask text setting of the edit box. More...
 
class  ValidationString
 Property to access the string used for regular expression validation of the edit box text. More...
 
class  CaratIndex
 Property to access the current carat index. More...
 
class  SelectionStart
 Property to access the current selection start index. More...
 
class  SelectionLength
 Property to access the current selection length. More...
 
class  MaxTextLength
 Property to access the maximum text length for the edit box. More...
 
class  NormalTextColour
 Property to access the normal, unselected, text colour used for rendering text. More...
 
class  SelectedTextColour
 Property to access the colour used for rendering text within the selection area. More...
 
class  ActiveSelectionColour
 Property to access the colour used for rendering the selection highlight when the edit box is active. More...
 
class  InactiveSelectionColour
 Property to access the colour used for rendering the selection highlight when the edit box is inactive. More...
 

Detailed Description

Namespace containing all classes that make up the properties interface for the Editbox class.