Browse thread
Desktop GUI toolkits - current state of the art?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-11-29 (14:02) |
From: | Martin DeMello <martindemello@g...> |
Subject: | Re: [Caml-list] Desktop GUI toolkits - current state of the art? |
On Mon, Nov 29, 2010 at 3:50 AM, Adrien <camaradetux@gmail.com> wrote: > > Something nice would probably be to share more extensions and wrappers > around lablgtk. I've noticed Maxence Guesdon had made some available as > stand-alone libraries but I'm not aware of others. Or maybe they're > scattered around and it's hard to find them. Yeah, that would be great. Even if there were several incompatible sugar libraries, they could borrow ideas from each other. > As far as I'm concerned I've started experimenting with the concept of > "tiling" (as used by tiling window managers) and zippers of horizontal > and vertical boxes. That's pretty much what xmonad (window manager > written in haskell) does. The zipper allows to nicely track the > "current" widget. > > Next in my plans is a wrapper around treeviews/listviews and gtknotebook > to map a set of widgets to a list or tabs. That looks pretty exciting! Do you have any code up? martin