home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / mx / containers / utilityClasses / IConstraintLayout.as < prev    next >
Encoding:
Text File  |  2010-06-23  |  333 b   |  15 lines

  1. package mx.containers.utilityClasses
  2. {
  3.    public interface IConstraintLayout
  4.    {
  5.       function get constraintColumns() : Array;
  6.       
  7.       function set constraintRows(param1:Array) : void;
  8.       
  9.       function get constraintRows() : Array;
  10.       
  11.       function set constraintColumns(param1:Array) : void;
  12.    }
  13. }
  14.  
  15.