File: README

package info (click to toggle)
libgtkada 18-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,348 kB
  • sloc: ada: 61,514; xml: 7,709; python: 4,310; sh: 2,822; ansic: 1,598; makefile: 240; objc: 160; perl: 70
file content (12 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
This is the GtkAda version of the C testgtk program, demonstrating the
use of most of the GtkAda widgets. Many improvements have been made compared
to the original C implementation.

This is both a test program, a source of examples, and a nice demo of the
GtkAda technology.

To build it under unix, simply type make after having configured GtkAda.

To build it under windows, use the following command:

gnatmake -I../lib -Iopengl -Ipixbuf testgtk -largs -llw -lopengl32 -lglu32