/flas/src/Fl_Button14.as
https://bitbucket.org/HopeSky/mars_nd2d · ActionScript · 26 lines · 14 code · 8 blank · 4 comment · 0 complexity · b28824bc80aa740d950bbf81abd12b81 MD5 · raw file
- package
- {
-
-
-
- public class Fl_Button14 extends Fl_Button
- {
-
-
- public function Fl_Button14()
- {
- // constructor code
- }
-
- /**
- * 设置标签的位置和大小
- */
- override protected function _setLabelPos():void
- {
- super._setLabelPos();
- this["txtLabel"].y = (m_nHeight - this["txtLabel"].height ) / 2+3;
- }
-
- }
-
- }