@@ -21,10 +21,6 @@ callbacks area), and object-oriented programming. As opposed to common
21
21
knowledge, it requires *less * type casting than with in C. Its efficiency is
22
22
about the same as the C library through the use of inline subprograms.
23
23
24
- GtkAda comes with a complete integration to the graphical interface builder
25
- `Glade `. This makes it even easier to develop interfaces, since you just have to
26
- click to create a description of the window and all the dialogs. Ada code can
27
- simply import that description to bring the windows to life.
28
24
29
25
Under some platforms, GtkAda also provides a bridge to use OpenGL, with which
30
26
you can create graphical applications that display 3D graphics, and display
@@ -33,14 +29,12 @@ document OpenGL at all, see any book on OpenGL, or the specification that came
33
29
with your OpenGL library, for more information.
34
30
35
31
The following Internet sites will always contain the latest public packages for
36
- `GtkAda `, `gtk+ `, ` Glade ` and `Cairo `
32
+ `GtkAda `, `gtk+ ` and `Cairo `
37
33
38
34
* `https://github.com/AdaCore/gtkada <https://github.com/AdaCore/gtkada >`_
39
35
40
36
* `http://www.gtk.org/ <http://www.gtk.org/ >`_
41
37
42
- * `http://glade.gnome.org/ <http://glade.gnome.org/ >`_
43
-
44
38
* `http://www.cairographics.org/ <http://www.cairographics.org/ >`_
45
39
46
40
This toolkit was tested on the following systems:
0 commit comments