Size: 1395
Comment:
|
Size: 1389
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
Line 16: | Line 15: |
Line 27: | Line 25: |
Parent: [:Software]
ContentsBRTableOfContents(2) |
Gladex - Code Generator for Glade
Gladex is a program written in Python that takes a Glade XML file and generates code. Gladex currently supports Python and Perl output.
Screenshots
Stable version 0.2
attachment:Gladex-0.2.png
Development version 0.3.1
attachment:Gladex-0.3.png
attachment:Gladex-0.3-python.png
Installation
There are currently no Ubuntu packages available. To use Gladex you will have to download the appropriate tar archive from https://launchpad.net/gladex/+download, unarchive it and run the execute the appropriate file directly. Gladex is written in Python, so you will not need to compile anything.
Hints and Tips
Other applications you may wish to look at
["GladexHowto"] - Tutorial on how to use Gladex.
["Glade"] - This is the program used to design an GUI and produce the XML Glade file. From the website, "Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment, released under the GNU GPL License."
Further Reading
https://launchpad.net/gladex/ - The Gladex Development site on Launchpad.net