Thats what I get for hoping around my source tree with no regard for file location. I had no idea
this was in Nenya. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@334 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -96,6 +96,14 @@ public class ChatControl extends HBox
|
|||||||
_chatDtr = (chatDtr == null) ? _ctx.getChatDirector() : chatDtr;
|
_chatDtr = (chatDtr == null) ? _ctx.getChatDirector() : chatDtr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Configures the background color of the text entry area.
|
||||||
|
*/
|
||||||
|
public function setChatColor (color :int) :void
|
||||||
|
{
|
||||||
|
_txt.setStyle("backgroundColor", color);
|
||||||
|
}
|
||||||
|
|
||||||
override public function parentChanged (p :DisplayObjectContainer) :void
|
override public function parentChanged (p :DisplayObjectContainer) :void
|
||||||
{
|
{
|
||||||
super.parentChanged(p);
|
super.parentChanged(p);
|
||||||
|
|||||||
Reference in New Issue
Block a user