module timelinelib.wxgui.components.propertyeditors.iconeditor

class timelinelib.wxgui.components.propertyeditors.iconeditor.FileToBitmapConverter[source]

Bases: object

__init__()[source]

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

convert(path)[source]
class timelinelib.wxgui.components.propertyeditors.iconeditor.IconEditorGuiCreator[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.iconeditor.IconEditor[source]

Bases: timelinelib.wxgui.components.propertyeditors.baseeditor.BaseEditor, timelinelib.wxgui.components.propertyeditors.iconeditor.IconEditorGuiCreator

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

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

get_data()[source]
set_data(data)[source]
clear_data()[source]
set_icon(bmp)[source]
get_icon()[source]