From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fco.J.Ballesteros To: 9fans@cse.psu.edu Subject: Re: [9fans] GUI toolkit for Plan 9 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020228184129.8C6FB199BE@mail.cse.psu.edu> Date: Thu, 28 Feb 2002 19:41:23 +0100 Topicbox-Message-UUID: 5c524f3e-eaca-11e9-9e20-41e7f4b1d025 Anyone thought of using a file system instead of the actual libcontrol design? I mean, stuff like: mkdir /mnt/gui/panel echo 'align center' >/mnt/gui/panel/ctl mkdir /mnt/gui/panel/button echo 'press me' >/mnt/gui/panel/button/label cat /mnt/gui/panel/events and the like. that would be cool to build silly guis for things like the ipaq with just silly shell scripts behind the gui.