Files
lime/externs/air/flash/desktop/DockIcon.hx
2019-02-14 08:41:20 -08:00

9 lines
216 B
Haxe

package flash.desktop;
extern class DockIcon extends InteractiveIcon
{
var menu:flash.display.NativeMenu;
function new():Void;
function bounce(?priority:NotificationType = NotificationType.INFORMATIONAL):Void;
}