main-toolbar.rst 829 B

1234567891011121314151617181920
  1. .. include:: ../_header.rst
  2. .. highlight:: javascript
  3. Main toolbar
  4. ------------
  5. The |MainToolbar| is placed at the top of the window. The toolbar is divided into three areas: left, center and right.
  6. In the left area there are buttons to trigger global commands:
  7. * Open the `New File dialog <new-file-dialog.html>`_.
  8. * `Execute the project <playing-project.html>`_.
  9. The center area is dynamic. Its content is contributed by the active editor. This means, the buttons shown there fire commands that only affect the active editor. For example, the |SceneEditor|_ contributes the transformation commands to the center area of the toolbar. If the editor is closed, the buttons are removed.
  10. The right area shows a button to open the |MainMenu|_.
  11. .. image:: ../images/workbench-main-toolbar-04062020.jpg
  12. :alt: Main toolbar.