From: Jean Privat Date: Tue, 22 Mar 2016 00:02:12 +0000 (-0400) Subject: Merge: app.nit on GNU/Linux: implement multiple windows support using a GtkStack X-Git-Url: http://nitlanguage.org Merge: app.nit on GNU/Linux: implement multiple windows support using a GtkStack This PR implement support for mobile-like multiple windows on GNU/Linux with GTK. It uses a single GTK window and a GtkStack showing one app.nit window at a time. This results in a single window with changing content. The change to ListView provides a scrollable list of items, which is closer to the mobile equivalent. Support for a back button will be introduced in a future PR. Pull-Request: #1990 Reviewed-by: Jean Privat --- ebe385d8b86991b8ace59a83318bbcb7aa7c44f9