Show
Ignore:
Timestamp:
12/19/07 04:35:09 (13 months ago)
Author:
gyuque
Message:

lang/legacy-actionscript/as2draw: added color button

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/legacy-actionscript/as2draw/ToolPalette.as

    r3276 r3302  
    3131        } 
    3232         
     33        public function appendBlank(aLeft:Number, aRight:Number) 
     34        { 
     35                if (aLeft) 
     36                        mNextLeft += aLeft; 
     37 
     38                if (aRight) 
     39                        mNextRight -= aRight; 
     40        } 
     41         
    3342        public function addButton(aBtn) 
    3443        {