Add an accessor for our chatInput field.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@446 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2008-03-14 01:04:07 +00:00
parent 5a654ebd99
commit 03dec963f1
@@ -72,6 +72,14 @@ public class ChatControl extends HBox
addEventListener(Event.REMOVED_FROM_STAGE, handleAddRemove);
}
/**
* Provides access to the text field we use to accept chat.
*/
public function get chatInput () :ChatInput
{
return _txt;
}
/**
* Request focus to this chat control.
*/