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