Source code for enaml.widgets.menu

#------------------------------------------------------------------------------
#  Copyright (c) 2012, Enthought, Inc.
#  All rights reserved.
#------------------------------------------------------------------------------
from traits.api import Bool, Unicode, Property, cached_property

from .action import Action
from .action_group import ActionGroup
from .widget import Widget