From 1ac283e6755bdd1d819047751605ced65635cc0f Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 12 Aug 2008 05:15:45 +0000 Subject: [PATCH] Provide access to the send button. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@621 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flex/ChatControl.as | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/as/com/threerings/flex/ChatControl.as b/src/as/com/threerings/flex/ChatControl.as index 3e0f4a9c..9a891dd6 100644 --- a/src/as/com/threerings/flex/ChatControl.as +++ b/src/as/com/threerings/flex/ChatControl.as @@ -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. */