Layout is called every time the GUI is redrawn, it must contain the base views and its initializations.
(*Gui)
| 679 | // Layout is called every time the GUI is redrawn, it must contain the |
| 680 | // base views and its initializations. |
| 681 | Layout(*Gui) error |
| 682 | } |
| 683 | |
| 684 | // The ManagerFunc type is an adapter to allow the use of ordinary functions as |