//---------------------------------------------------------------------------- // Copyright (C) 2011 The IPython Development Team // // Distributed under the terms of the BSD License. The full license is in // the file COPYING, distributed as part of this software. //---------------------------------------------------------------------------- //============================================================================ // ToolBar //============================================================================ var IPython = (function (IPython) { var MainToolBar = function (selector) { this.selector = selector; IPython.ToolBar.apply(this, arguments); this.construct(); this.add_drop_down_list(); this.bind_events(); $(this.selector) .append($('