1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
GtkAda - An Ada graphical toolkit based on GTK
==============================================
[](https://github.com/AdaCore/gtkada/actions/workflows/gnat-ce.yml)
[](https://alire.ada.dev/crates/gtkada.html)
[](https://packages.debian.org/search?keywords=libgtkada)
[](https://src.fedoraproject.org/rpms/GtkAda)
[](https://packages.ubuntu.com/search?keywords=libgtkada)
[](https://aur.archlinux.org/packages/gtkada/)
Installation
------------
See the file `INSTALL`.
General Information
-------------------
* The home page for GtkAda is https://github.com/AdaCore/gtkada
* The home page for GTK is http://www.gtk.org
This package is an Ada graphical library
for the Gimp Toolkit, which means this is a set of packages to allow you
to easily create some graphical interfaces under X11 and Win32, using Ada
as the programming language.
This library has been tested using Gtk+ 3.14.15 on the following systems:
- GNU Linux/x86
- GNU Linux/x86-64
- Solaris/sparc
- Windows 7, 8.1 and 10
License
-------
All files are provided under terms of the GNU General Public License version 3.
For details, see the "COPYING3" file.
Documentation
-------------
The GtkAda User's Guide can be found:
- HTML version: in `docs/gtkada_ug/_build/html/index.html`
- PDF version: in `docs/gtkada_ug/_build/latex/GtkAda.pdf`
The GtkAda Reference Manual can be found:
- HTML version: in `gtkada_rm/gtkada_rm/index.html`
Patches
-------
We are very happy to receive and look at patches.
Please use github's Pull Requests feature to contribute those.
|