Provide access to the send button.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@621 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2008-08-12 05:15:45 +00:00
parent 7266e22085
commit 1ac283e675
@@ -80,6 +80,14 @@ public class ChatControl extends HBox
return _txt;
}
/**
* Provides access to the send button.
*/
public function get sendButton () :CommandButton
{
return _but;
}
/**
* Request focus to this chat control.
*/