jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

Child views ? #162

Open MichaelMure opened 6 years ago

MichaelMure commented 6 years ago

I feel like it would help a lot in complex UI to be able to parent views to another view. That would mean that:

I came to think about that because I want to implement a scrolling page with many block of information. With the current gocui I can either: