module timelinelib.wxgui.frames.mainframe.menus.navigatemenu

timelinelib.wxgui.frames.mainframe.menus.navigatemenu.SHORTCUTS = []
timelinelib.wxgui.frames.mainframe.menus.navigatemenu.REQUIRING_TIMELINE = (143, 144, 145, 146)
class timelinelib.wxgui.frames.mainframe.menus.navigatemenu.NavigateMenu[source]

Bases: timelinelib.wxgui.frames.mainframe.menus.menubase.MenuBase

The Navigate menu (a wx.Menu). It’s content (menu items) is different for different types of timelines.

__init__(main_frame)[source]

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

UpdateMenuItems()[source]

Updates the naivigation menu when a timeline with another timetype than the current timeline is opened.

OnItemClick(evt)[source]

An event handler that occurs when a navigation menu item is selected. Execute the function associated with the selected menu item.