Interface Customizer Dialog

The Interface Customizer Dialog allows you to visually customize the Serna GUI layout for the current document, for the current template, and for the default views of Serna. To learn more about the views, see Serna View Customization.

Figure 1. Interface Customizer Dialog



The Interface Items tree shows the structure of the current GUI layout.

The user can remove, move, and copy the parts of the layout by removing, moving, and copying the items in the Interface Items structure (use Cut , Copy , Paste and Insert Before /After /Into buttons).

The Available Items palette contains the Serna GUI components that may be inserted in the Interface Items structure, and become visible. Every component may be a child only of a specific list of parents (e.g. menu separator cannot be a child of ContentMap), see "Serna GUI Item Reference Guide".

To insert new items from the component palette, use Copy / Paste and Insert Before/After/Into buttons.

Every GUI item has an identifying name and some other properties displayed in the Item Properties pane.

Some GUI items have the action property. The value of the action property is the ID of a Serna command. One may change a GUI item action to change the behaviour of the item when it is activated (e.g. button is clicked, menu item is chosen).

The properties of an action are displayed in the Action Properties pane. Here are the most common of them:

  1. name

    The ID of the action (corresponds to the value of the action property in the Item Properties pane).

  2. inscription

    The inscription on the action control.

  3. icon

    The icon for the action control.

  4. tooltip

    The tooltip for the action control.

  5. accel

    The hot key for the action.

  6. commandEvent

    The ID of the called command event.

  7. is-enabled

    The "enabled/disabled" state of the action control.

  8. is-toggleable

    The ability of the action control to switch between alternate ("on/off") states.

  9. is-toggled.

    The "on/off" state of the action control.

To learn how to customize the GUI layout, see How to Customize GUI Layout.

Important:

By default, every change made to the Serna GUI is not saved automatically: you should save it before you close the document. If you forgot to save changes then open the document from the recent file list: the GUI with your changes will be restored. For instructions on how to save the view, see How to Save View.