|
Information about the YGP library |
A C++ library, separated in 3 parts:
A common one, designed to have no dependencies to the operating system or any library, providing:
and the like (designed to be portable).
Some classes for the X-windows system (basing on gtkmm (previously known as Gtk--)) like:
and whatsoever. This part might be able to be used under Windows (as GTK+ and GTKMM have been ported to Windows), though I've never tried it.
Support for CORBA. There are objects to represent a file and to search directories (tested (and seems to work) with MICO). This part is at the moment not maintained (and hardly present anyway).
The library provides examples and documentation (using doxygen), is internationalised and uses automake/autoconf for portability.
Download it from the sourceforge download area.
Actually none. But the following libraries enhance its features, if present:
The GNU MP library; extends the ANumeric class to arbitrary precision. See www.swox.com/gmp for details.
If available you'll get some X-windows related classes. See www.gtkmm.org for details.
A GTK widget allowing to display HTML. Used to display the online-help inside the program (without using a browser). Note that this does not support all HTML features (but it is fast). GTKHTML is part of the GNOME project.
A GTK widget allowing to display HTML. Used to display the online-help inside the program (without using a browser). GtkMozEmbed is part of the Mozilla/Firefox project.
Creates a CORBA component to search for files in a directory. See www.mico.org for details.
Mail comments |