module timelinelib.wxgui.components.textctrl

class timelinelib.wxgui.components.textctrl.TextCtrl[source]

Bases: wx._core.TextCtrl

TextCtrl enhances wx.TextCtrl.

It takes an optional fit_text keyword argument. If given, the TextCtrl is resized to fit that text.

__init__(*args, **kwargs)[source]

Initialize self. See help(type(self)) for accurate signature.