File: README

package info (click to toggle)
libgtkada 2.24.4dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 12,208 kB
  • ctags: 1,676
  • sloc: ada: 119,686; ansic: 4,719; sh: 3,003; makefile: 690; xml: 338; perl: 70
file content (17 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is the GtkAda Examples Directory. Our goal is to provide the
GtkAda user with some pieces of code that are easy to understand, easy
to modify and to play with.

If you are interested in sharing your own programs with the GtkAda community,
please tune them with the latest GtkAda version and send them with appropriate
documentation (and bug reports) to the authors.

Note that you need to first install GtkAda to use these examples.

Some of the examples are build using the GNAT project files, to demonstrate
how to use them to simply compile and link your application.
See for instance base_widget/ and calendar_combo/

Others are build using the gtkada-config script, on machines where this script
is usable.