DLabelEditable
Description
An editable DLabel, double click on it to edit.
This is used in the spawnmenu spawnlist headers.
Parent
Derives methods, etc not listed on this page from DLabel.
Methods
boolean DLabelEditable:GetAutoStretch()
Returns whether the editable label will stretch to the text entered or not.
Returns whether this DLabelEditable is being edited or not. (i. e. has focus)
A hook called when the player presses Enter (i. e. the finished editing the label) and the text has changed.
Allows you to override/modify the text that will be set to display.
DLabelEditable:SetAutoStretch( boolean stretch )
Sets whether the editable label should stretch to the text entered or not.