IUP toolkit library for GOBO Eiffel.

Germán Arias 3cfb70e0f7 Fix problem at one example. пре 6 година
examples 3cfb70e0f7 Fix problem at one example. пре 6 година
iup 8ea166c875 Add small comment. пре 6 година
library 5b3484fdb5 Add help feature. пре 6 година
.gitignore 417b578a66 Add .gitignore пре 8 година
INSTALL 47ed27fc17 Update INSTALL пре 8 година
LICENSE 86e78ee506 Add license notice in all files. пре 8 година
README.md 7983b6ca57 Move CD classes into a subdirectory and fix some words at README.md пре 7 година

README.md

eiffel-iup

Liberty Eiffel wrapper for the IUP toolkit and related libraries. IUP is a multi-platform toolkit for building graphical user interfaces. IUP's purpose is to allow a program source code to be compiled in different systems without any modification. Its main advantages are:

  • high performance, due to the fact that it uses native interface elements.
  • fast learning by the user, due to the simplicity of its API.

Supported systems include: GTK+, Motif and Windows.

In this second version are available the following controls from IUP:

  • All the dialogs.
  • All the standard controls.

Although canvas control are available, currently you can't draw inside this. This will require wrap the CD library (in progress). If you use the librarie from git repository (current development), you will be able to test the work in progress.

Author

Germán Arias

License

MIT License

Liberty Eiffel

Liberty Eiffel project is the GNU Eiffel Compiler:

http://www.liberty-eiffel.org/

IUP

IUP is Copyrighted © by Tecgraf/PUC-Rio. See:

http://www.tecgraf.puc-rio.br/iup

CD

CD is Copyrighted © by Tecgraf/PUC-Rio. See:

http://www.tecgraf.puc-rio.br/cd