# Toolbar Editor

![Toolbar Editor](images/toolbar_editor_toolbar_editor_2019r2.png)

The Toolbar Editor is used to design toolbars for your desktop apps. In this editor, you can add buttons, remove buttons and drag the buttons around to reorder them. To remove a button, click on it and press `Delete` (on macOS and Linux) or `Ctrl Backspace` on Windows.

The Toolbar Editor can only be used with Desktop projects.

Once you have created a toolbar, you can add it to a Window by dragging it from the `Navigator</getting_started/using_the_ide/navigator>` onto the Window Layout where it will appear in the `Shelf</getting_started/using_the_ide/layout_editor/shelf>`. Refer to Desktop Toolbars for more information on how to add and use toolbars in your apps.

## Command bar

The command bar has these commands:

| Command          | Description                                                                                           |
|------------------|-------------------------------------------------------------------------------------------------------|
| Platform Display | The platform icons on the toolbar allow you to see how the toolbar looks on Windows, macOS and Linux. |
| Add              | Adds a new item to the toolbar. Once added, you can drag it to another position on the toolbar.       |
| Inspector        | The Inspector displays the properties for the selected toolbar item.                                  |

<div id="/getting_started/using_the_ide/toolbar_editor/see_also">

<div class="seealso">

`Desktop Toolbars</api/user_interface/desktop/desktoptoolbar>`

</div>

</div>
