Class rehex.MainWindow
The main application window.
Future versions of rehex may support multiple of these.
Methods
| rehex.MainWindow:active_document () | Get the currently active document. | 
| rehex.MainWindow:active_tab () | Get the currently active tab. | 
| rehex.MainWindow:get_edit_menu () | Get the “Edit” menu of the window. | 
| rehex.MainWindow:get_file_menu () | Get the “File” menu of the window. | 
| rehex.MainWindow:get_menu_bar () | Get the wxMenuBar of the window. | 
| rehex.MainWindow:get_tools_menu () | Get the “Tools” menu of the window. | 
| rehex.MainWindow:get_tools_menu () | Get the “Help” menu of the window. | 
| rehex.MainWindow:get_view_menu () | Get the “View” menu of the window. | 
Methods
- rehex.MainWindow:active_document ()
 - 
    Get the currently active document.
    
Returns:
- 
        rehex.Document object
    
 
 - rehex.MainWindow:active_tab ()
 - 
    Get the currently active tab.
    
Returns:
- 
        rehex.Tab object
    
 
 - rehex.MainWindow:get_edit_menu ()
 - 
    Get the “Edit” menu of the window.
    
Returns:
- 
        wx.wxMenu object
    
 
 - rehex.MainWindow:get_file_menu ()
 - 
    Get the “File” menu of the window.
    
Returns:
- 
        wx.wxMenu object
    
 
 - rehex.MainWindow:get_menu_bar ()
 - 
    Get the wxMenuBar of the window.
    
Returns:
- 
        wx.wxMenuBar object
    
 
 - rehex.MainWindow:get_tools_menu ()
 - 
    Get the “Tools” menu of the window.
    
Returns:
- 
        wx.wxMenu object
    
 
 - rehex.MainWindow:get_tools_menu ()
 - 
    Get the “Help” menu of the window.
    
Returns:
- 
        wx.wxMenu object
    
 
 - rehex.MainWindow:get_view_menu ()
 - 
    Get the “View” menu of the window.
    
Returns:
- 
        wx.wxMenu object