DropDownMenuItemTitle.as

Go to the documentation of this file.
00001 
00005 import gugga.navigation.NavigationButton;
00006 
00007 class gugga.navigation.DropDownMenuItemTitle extends NavigationButton
00008 {
00009         function onRollOut():Void
00010         {
00011                 dispatchEvent({type:"rollOut", target:this});
00012         }
00013         
00014         function onRollOver():Void
00015         {
00016                 dispatchEvent({type:"rollOver", target:this});
00017         }
00018 }

Generated on Fri May 11 17:12:42 2007 for GuggaFramework by  doxygen 1.5.2