Source code for enaml.wx.wx_control

#------------------------------------------------------------------------------
#  Copyright (c) 2012, Enthought, Inc.
#  All rights reserved.
#------------------------------------------------------------------------------
from .wx_constraints_widget import WxConstraintsWidget


[docs]class WxControl(WxConstraintsWidget): """ A Wx implementation of an Enaml Control. """ # Currently, the WxConstraintsWidget superclass is a sufficient # implementation. pass