• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H12-May-2016-349,342338,140

docs/H03-May-2022-14,40711,355

po/H12-May-2016-141103

src/H12-May-2016-335,205189,022

testgtk/H03-May-2022-26,37916,383

xml/H12-May-2016-2016

.gitattributesH A D12-May-2016213 74

.gitignoreH A D12-May-2016840 5049

.gitreviewH A D12-May-201693 65

ANNOUNCEH A D12-May-2016289 116

AUTHORSH A D12-May-2016249 128

COPYING.RUNTIMEH A D12-May-20163.3 KiB5437

COPYING3H A D12-May-201634.3 KiB675553

INSTALLH A D12-May-20162 KiB5740

Makefile.inH A D03-May-20224.6 KiB163128

README.mdH A D12-May-20161.2 KiB5232

aclocal.m4H A D12-May-201613.2 KiB509437

config.guessH A D12-May-201644.2 KiB1,5591,352

config.subH A D12-May-201627.6 KiB1,4121,273

configureH A D03-May-2022140.6 KiB5,0564,203

configure.inH A D12-May-20161 KiB4632

doinstallH A D12-May-20163.5 KiB156111

featuresH A D12-May-20166.6 KiB188128

gtk.gprH A D12-May-20162.4 KiB4840

gtkada.gprH A D12-May-20162 KiB3633

install-shH A D12-May-20164.7 KiB239152

known-problemsH A D12-May-20165.2 KiB11592

shared.gpr.inH A D12-May-20164.2 KiB10485

README.md

1GtkAda - An Ada graphical toolkit based on Gtk+
2===============================================
3
4Installation
5------------
6
7See the file `INSTALL`.
8
9General Information
10-------------------
11
12The home page for GtkAda is
13
14  - http://libre.adacore.com/tools/gtkada/
15
16The home page for gtk is
17
18  - http://www.gtk.org
19
20This home page will always contain the latest news for this toolkit.
21
22This is GtkAda version 3.14.2. This package is an Ada graphical library
23for the Gimp Toolkit, which means this is a set of packages to allow you
24to easily create some graphical interfaces under X11 and Win32, using Ada
25as the programming language.
26
27This library has been tested using Gtk+ 3.14.15 on the following systems:
28
29  - GNU Linux/x86
30  - GNU Linux/x86-64
31  - Solaris/sparc
32  - Windows 7 and 8.1
33
34License
35-------
36
37All files are provided under terms of the GNU General Public License version 3.
38
39For details, see the "COPYING3" file.
40
41Documentation
42-------------
43
44The GtkAda User's Guide can be found:
45
46  - HTML version: in `docs/gtkada_ug/_build/html/index.html`
47  - PDF  version: in `docs/gtkada_ug/_build/latex/GtkAda.pdf`
48
49The GtkAda Reference Manual can be found:
50
51  - HTML version: in `gtkada_rm/gtkada_rm/index.html`
52