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:
@@ -80,6 +80,14 @@ public class ChatControl extends HBox
|
|||||||
return _txt;
|
return _txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides access to the send button.
|
||||||
|
*/
|
||||||
|
public function get sendButton () :CommandButton
|
||||||
|
{
|
||||||
|
return _but;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Request focus to this chat control.
|
* Request focus to this chat control.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user