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 (18 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This demo shows how you can use GtkAda to create flicker-free
animations, thanks to double-buffering.

A new widget is supplied that provides transparent double-buffering,
which you can easily reuse in your own application.

Please read the output of all the demos for more information.

How to build the demos:
  >  make


IMPORTANT NOTE:
To use the multi-tasking demo (anim), you need to compile your application
with support for native threads.
If you are using the GNAT compiler, you should read the file README.TASKING in
the GNAT distribution (basically on Linux, you need to change the links to
adalib and adainclude in the installation directories).