krishnakant Mane wrote:

> I will like to use the curses or ncurses library for the menus and the
> input forms with add, save, delete, update and cancel buttens.
> I also need to create drop down menus with a top level menu bar.
> I read a few articles about python wrapping curses but can't find some
> thing very comprehencive.
> my question is,
> does python possess a complete wrapper to ncurses and its related
> libraries like menu, panel and form?
> if yes then where can I find documentation?

Try section 14.11.2 of the library reference.

http://docs.python.org/lib/curses-panel-objects.html

--
Bill Pursell

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to