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:
@@ -72,6 +72,14 @@ public class ChatControl extends HBox
|
|||||||
addEventListener(Event.REMOVED_FROM_STAGE, handleAddRemove);
|
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.
|
* Request focus to this chat control.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user