DTextEntry
From GMod Wiki
| Derma Control: DTextEntry | |
|---|---|
| Parent Class: | TextEntry | 
| Subclasses: | |
| Description: | |
| A control that allows the user to enter text. | |
Examples
Additional Notes
- At least one of it's parents must be or derived from a "EditablePanel" (Example: a "DFrame"). Otherwise the text entry will not be focusable.
- The control or one of its parents must have keyboard focus enabled. This can be attained by default via clicking on the text box.
You can view the source code for this VGUI element here.
Methods
 DTextEntry.AllowInput
 DTextEntry.AllowInput
 DTextEntry.ApplySchemeSettings
 DTextEntry.ApplySchemeSettings
 DTextEntry.CheckNumeric
 DTextEntry.CheckNumeric
 DTextEntry.ConVarChanged
 DTextEntry.ConVarChanged
 DTextEntry.ConVarNumberThink
 DTextEntry.ConVarNumberThink
 DTextEntry.ConVarStringThink
 DTextEntry.ConVarStringThink
 DTextEntry.CreateUnEditableLabel
 DTextEntry.CreateUnEditableLabel
 DTextEntry.DrawTextEntryText
 DTextEntry.DrawTextEntryText
 DTextEntry.GenerateExample
 DTextEntry.GenerateExample
 DTextEntry.GetCaretPos
 DTextEntry.GetCaretPos
 DTextEntry.GetCursorColor
 DTextEntry.GetCursorColor
 DTextEntry.GetDrawBackground
 DTextEntry.GetDrawBackground
 DTextEntry.GetDrawBorder
 DTextEntry.GetDrawBorder
 DTextEntry.GetEnterAllowed
 DTextEntry.GetEnterAllowed
 DTextEntry.GetHighlightColor
 DTextEntry.GetHighlightColor
 DTextEntry.GetNumeric
 DTextEntry.GetNumeric
 DTextEntry.GetTextColor
 DTextEntry.GetTextColor
 DTextEntry.GetUpdateOnType
 DTextEntry.GetUpdateOnType
 DTextEntry.GetValue
 DTextEntry.GetValue
 DTextEntry.Init
 DTextEntry.Init
 DTextEntry.OnEnter
 DTextEntry.OnEnter
 DTextEntry.OnGetFocus
 DTextEntry.OnGetFocus
 DTextEntry.OnKeyCodeTyped
 DTextEntry.OnKeyCodeTyped
 DTextEntry.OnLoseFocus
 DTextEntry.OnLoseFocus
 DTextEntry.OnMousePressed
 DTextEntry.OnMousePressed
 DTextEntry.OnTextChanged
 DTextEntry.OnTextChanged
 DTextEntry.OnValueChange
 DTextEntry.OnValueChange
 DTextEntry.Paint
 DTextEntry.Paint
 DTextEntry.PerformLayout
 DTextEntry.PerformLayout
 DTextEntry.RequestFocus
 DTextEntry.RequestFocus
 DTextEntry.SelectAll
 DTextEntry.SelectAll
 DTextEntry.SelectAllOnFocus
 DTextEntry.SelectAllOnFocus
 DTextEntry.SetAllowNonAsciiCharacters
 DTextEntry.SetAllowNonAsciiCharacters
 DTextEntry.SetCaretPos
 DTextEntry.SetCaretPos
 DTextEntry.SetConVar
 DTextEntry.SetConVar
 DTextEntry.SetCursorColor
 DTextEntry.SetCursorColor
 DTextEntry.SetDrawBackground
 DTextEntry.SetDrawBackground
 DTextEntry.SetDrawBorder
 DTextEntry.SetDrawBorder
 DTextEntry.SetEditable
 DTextEntry.SetEditable
 DTextEntry.SetEnterAllowed
 DTextEntry.SetEnterAllowed
 DTextEntry.SetHighlightColor
 DTextEntry.SetHighlightColor
 DTextEntry.SetMultiline
 DTextEntry.SetMultiline
 DTextEntry.SetNumeric
 DTextEntry.SetNumeric
 DTextEntry.SetTall
 DTextEntry.SetTall
 DTextEntry.SetTextColor
 DTextEntry.SetTextColor
 DTextEntry.SetUpdateOnType
 DTextEntry.SetUpdateOnType
 DTextEntry.SetValue
 DTextEntry.SetValue
 DTextEntry.SetWide
 DTextEntry.SetWide
 DTextEntry.Think
 DTextEntry.Think
 DTextEntry.UpdateConvarValue
 DTextEntry.UpdateConvarValue

 
			
			