Download List

專案描述

libgringo is a library to writes applications that run both in console (using ncurses) and under X-Window (using gtk). libgringo detects if you are running from the console or under X-Window, and selects the right library to use without recompiling your code. gringosh and gringodlg are two parsers that use libgringo to provide similar functionality to the cdialog utility. It was written to make some configuration scripts work
both in console and under X Windows without any modification. gringosh and gringodlg also provide features more powerful than cdialog such as the ability to have more than two buttons per form and more than two windows on the screen.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-10-22 15:25
3.2.1

This release features a new shell parser, called
gringodlg. It is like gringosh, but it accepts a
different syntax and has some new widgets and
features. A lot of bugs have been fixed in the
ncurses backend.
標籤: Major feature enhancements

2002-11-19 15:17
3.1.0

A window_BackTitle() function was added, and the BACKTITLE keyword was added to the parser. It is now possible to compile the ncurses backend with dietlibc.
標籤: Major feature enhancements

2002-01-24 13:23
3.0.8

This release includes some general file bugfixes, and adds a listbox_OnClick() event. gringosh now exits if you press enter upon a list, and libgringo is now compiled dynamically. Some example code has been fixed, and configure.in now has better backend support.
標籤: Major bugfixes

2001-09-04 16:22
3.0.3

Segmentation fault on ncurses due to gringo_Quit() function not being re-entrant has been fixed. Listbox and gridbox now display the selected item when the console does not have focus.
標籤: Major bugfixes

Project Resources