PageRenderTime 20ms CodeModel.GetById 16ms app.highlight 3ms RepoModel.GetById 0ms app.codeStats 0ms

/flas/src/Fl_Button6.as

https://bitbucket.org/HopeSky/mars_nd2d
ActionScript | 25 lines | 17 code | 7 blank | 1 comment | 0 complexity | 60a3b3a5cad3c0c1508d1807891d6054 MD5 | raw file
 1package 
 2{
 3
 4 	import flash.text.TextField;
 5
 6	public class Fl_Button6 extends Fl_Button
 7	{
 8
 9
10		public function Fl_Button6()
11		{
12			
13			// constructor code
14			(this["txtLabel"] as TextField).autoSize = "left";
15		}
16		override protected function _checkSize():void
17		{ 
18		}
19		override protected function _setLabelPos():void
20		{
21			
22		}
23	}
24
25}