API ReferenceEditor
TitleBarButtonsclass
A list of title bar buttons, at the top right of a window.
Constructors1
Showing 1 constructors
public TitleBarButtons()
No results match this filter.
Methods4
Showing 4 methods
public Editor.Widget Add(Editor.Widget widget)
Adds a custom widget to the title bar.
| Parameter | Type | Description |
|---|---|---|
| widget | Widget | — |
public Editor.Widget AddButton(string icon, System.Action onClick)
Adds a button to the title bar.
| Parameter | Type | Description |
|---|---|---|
| icon | string | — |
| onClick | Action | — |
No results match this filter.