diff options
Diffstat (limited to 'indra/llui')
| -rw-r--r-- | indra/llui/lluictrl.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/llui/lluictrl.h b/indra/llui/lluictrl.h index 69207eb8ea..1d34cb39ec 100644 --- a/indra/llui/lluictrl.h +++ b/indra/llui/lluictrl.h @@ -228,7 +228,11 @@ public:  	// Default to no-op:  	virtual void	onTabInto(); + +	// Clear any user-provided input (text in a text editor, checked checkbox, +	// selected radio button, etc.).  Defaults to no-op.  	virtual void	clear(); +  	virtual void	setColor(const LLColor4& color);  	BOOL	focusNextItem(BOOL text_entry_only); | 
