Differences
This shows you the differences between two versions of the page.
building_gui_with_glade_3 [2012/09/17 18:18] fjfabien Improve presentation |
building_gui_with_glade_3 [2012/12/28 11:02] (current) fjfabien [More] |
||
---|---|---|---|
Line 179: | Line 179: | ||
This page was adapted from codes of Pascal Pignard in [[http://blady.pagesperso-orange.fr/a_savoir.html#gtkada|Utilisation de la bibliothèque graphique GTKAda (mai 2012)]] and a post of Brian Drummond from GTKAda archives. [[http://lists.adacore.com/pipermail/gtkada/2012-September/004201.html|GtkAda builder example]] | This page was adapted from codes of Pascal Pignard in [[http://blady.pagesperso-orange.fr/a_savoir.html#gtkada|Utilisation de la bibliothèque graphique GTKAda (mai 2012)]] and a post of Brian Drummond from GTKAda archives. [[http://lists.adacore.com/pipermail/gtkada/2012-September/004201.html|GtkAda builder example]] | ||
+ | |||
+ | ===== More ===== | ||
+ | |||
+ | Complete demo programs available from [[http://sourceforge.net/projects/lorenz/files/|Sourceforge]] | ||
+ | |||
+ | * Lorenz chaotic attractor : Drawing demo with GTK timer loop. | ||
+ | * Julia set : GTK interface mixed with Ada tasking. | ||
+ | |||
+ | * For RAD, gate3 is an Ada code sketcher : you build the User Interface with glade3.8, and gate3 generates an Ada prototype that is a valid Ada code. | ||
+ |