moo.EditWindow - document window object
moo.Window
  |
  +-- moo.EditWindow
window.add_stop_client(client)
 
window.close()
Returns: bool
 
window.close_all()
Returns: bool
 
window.get_active_doc()
Returns: moo.Edit
 
window.get_docs()
Returns: list of moo.Edit objects
 
window.get_n_tabs()
Returns: int
 
window.present_output()
Open the output pane.
 
window.remove_pane(user_id)
Returns: bool
 
window.remove_stop_client(client)
 
window.set_active_doc(doc)
 
window.set_active_tab(tab)
 
window.set_active_view(view)