moo.Window | +-- moo.EditWindow
moo.Window
before-close()
Returns: moo.CloseResponse
Returns:
moo.CloseResponse
will-close()
window.close()
Returns: bool
bool
window.close_all()
window.get_active_doc()
Returns: moo.Edit
moo.Edit
window.get_active_tab()
Returns: moo.EditTab
moo.EditTab
window.get_active_view()
Returns: moo.EditView
moo.EditView
window.get_docs()
Returns: list of moo.Edit objects
window.get_editor()
Returns: moo.Editor
moo.Editor
window.get_n_tabs()
Returns: integer
integer
window.get_output()
Get the output pane, create it if necessary. This function does not open the pane, use moo.EditWindow.present_output() for that.
moo.EditWindow.present_output()
Returns: an output pane, as moo.CmdView object.
moo.CmdView
window.get_tabs()
Returns: list of moo.EditTab objects
window.get_views()
Returns: list of moo.EditView objects
window.present_output()
Open the output pane.
window.set_active_doc(doc)
doc :
doc
window.set_active_tab(tab)
tab :
tab
window.set_active_view(view)
view :
view