[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Expanding Wide Characters.
From: |
Sadrul Habib Chowdhury |
Subject: |
Re: Expanding Wide Characters. |
Date: |
Wed, 7 Oct 2009 10:17:21 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
* Ben Duncan had this to say on [07 Oct 2009, 07:55:17 -0500]:
[snip]
> The idea is to create some libraries built on top of nCurses that allow one
> to program nice looking business applications using a standard set and
> portable functions.
>
You may be interested in libgnt, an event-based ncurses toolkit. It has
built-in widgets like buttons, boxes, textboxes, comboboxes, menus etc.
You can take a look at the Finch instant messenger (http://pidgin.im),
which uses libgnt. There's also a python binding for it at
http://code.google.com/p/python-gnt/ (git repo at
http://repo.or.cz/w/python-gnt.git). There are some example applications
in the 'example/' subdirectory.
There's also a bunch of screenshots at http://pidgin.im/~sadrul/ss/
(libgnt creates the html dumps)
The library makes heavy use of glib/gobjects, though, which might be too
high a requirement for your project.
Cheers,
Sadrul