module timelinelib.wxgui.components.propertyeditors.progresseditor

class timelinelib.wxgui.components.propertyeditors.progresseditor.ProgressEditorGuiCreator[source]

Bases: wx._core.Panel

__init__(parent)[source]

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

create_sizer()[source]
create_controls()[source]
put_controls_in_sizer(sizer, controls)[source]
class timelinelib.wxgui.components.propertyeditors.progresseditor.ProgressEditor[source]

Bases: timelinelib.wxgui.components.propertyeditors.baseeditor.BaseEditor, timelinelib.wxgui.components.propertyeditors.progresseditor.ProgressEditorGuiCreator

__init__(parent, editor, name='')[source]

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

focus()[source]
clear_data()[source]