home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2012 April / ME_04_2012.iso / Video-Tutorial / iPhoto / media / player.swf / scripts / mx / controls / IFlexContextMenu.as < prev    next >
Encoding:
Text File  |  2011-11-11  |  268 b   |  13 lines

  1. package mx.controls
  2. {
  3.    import flash.display.InteractiveObject;
  4.    
  5.    public interface IFlexContextMenu
  6.    {
  7.       function setContextMenu(param1:InteractiveObject) : void;
  8.       
  9.       function unsetContextMenu(param1:InteractiveObject) : void;
  10.    }
  11. }
  12.  
  13.