module timelinelib.wxgui.frames.mainframe.toolbar

class timelinelib.wxgui.frames.mainframe.toolbar.ToolbarCreator[source]

Bases: object

Helper to create a wx.ToolBar.

The ToolbarCreator is created and “owned” by the TimelinePanel class.

__init__(parent, config)[source]

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

create()[source]