module timelinelib.wxgui.components.numctrl

class timelinelib.wxgui.components.numctrl.NumCtrl[source]

Bases: wx._core.Panel

__init__(parent, size=(-1, -1))[source]

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

SetValue(value)[source]
GetValue()[source]
ValidKeyCode(keycode)[source]

Allow digits, and a minus sign in the first position.

MinusIsOk()[source]
timelinelib.wxgui.components.numctrl.IsNotAlpha(keycode)[source]
timelinelib.wxgui.components.numctrl.IsMinus(keycode)[source]
timelinelib.wxgui.components.numctrl.IsAscci(keycode)[source]