home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 December / PCWELT_12_2006.ISO / papers / 12.swf / scripts / __Packages / FPUI / DropdownListData.as < prev    next >
Encoding:
Text File  |  2006-10-13  |  237 b   |  11 lines

  1. class FPUI.DropdownListData
  2. {
  3.    function DropdownListData(displayText, yOffset, method)
  4.    {
  5.       var _loc1_ = this;
  6.       _loc1_.m_text = displayText;
  7.       _loc1_.m_yOffset = yOffset;
  8.       _loc1_.m_method = method;
  9.    }
  10. }
  11.