MakeToolbar is an optional method that settings objects can implement in order to configure the settings view toolbar with settings-related actions that the user can perform.
(p *tree.Plan)
| 56 | // configure the settings view toolbar with settings-related actions that the user can |
| 57 | // perform. |
| 58 | MakeToolbar(p *tree.Plan) |
| 59 | } |
| 60 | |
| 61 | // SettingsOpener is an optional additional interface that |
no outgoing calls
no test coverage detected