module timelinelib.wxgui.components.propertyeditors.alerteditor

class timelinelib.wxgui.components.propertyeditors.alerteditor.AlertEditorGuiCreator[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.alerteditor.AlertEditor[source]

Bases: timelinelib.wxgui.components.propertyeditors.baseeditor.BaseEditor, timelinelib.wxgui.components.propertyeditors.alerteditor.AlertEditorGuiCreator

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

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

get_data()[source]
set_data(data)[source]
clear_data()[source]