Diff for "Gladex"


Differences between revisions 7 and 21 (spanning 14 versions)
Revision 7 as of 2007-08-19 03:28:22
Size: 1395
Editor: c-68-38-214-81
Comment:
Revision 21 as of 2011-04-09 00:35:59
Size: 1262
Editor: D9784B24
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Parent: [:Software]

||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents(2)]]||
||<tablestyle="float:right; font-size:0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||
Line 6: Line 4:

Gladex is a program written in Python that takes a Glade XML file and generates code. Gladex currently supports Python and Perl output.
Gladex is a program written in Python that takes a Glade XML file and generates code. Gladex 0.4.1 currently supports Perl, Python, and Ruby output.
Line 10: Line 7:
== Development version 0.3.1 ==
{{attachment:Gladex-0.3.png}}
Line 11: Line 10:
== 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
{{attachment:Gladex-0.3-python.png}}
Line 22: Line 13:
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. You can download an i386 deb from https://launchpad.net/gladex/0.3/0.3.4/+download/gladex-0.3.4.deb. Double-click this file to install.

You can download Gladex source code and any available package from Launchpad (https://launchpad.net/gladex/+download).
Line 25: Line 18:
Line 27: Line 19:

["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."
[[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."
Line 33: Line 22:
[[GladexHowto]] - Tutorial on how to use Gladex.
Line 34: Line 25:
Line 35: Line 27:
CategoryDocumentation CategoryProgramming

Gladex - Code Generator for Glade

Gladex is a program written in Python that takes a Glade XML file and generates code. Gladex 0.4.1 currently supports Perl, Python, and Ruby output.

Screenshots

Development version 0.3.1

Gladex-0.3.png

Gladex-0.3-python.png

Installation

You can download an i386 deb from https://launchpad.net/gladex/0.3/0.3.4/+download/gladex-0.3.4.deb. Double-click this file to install.

You can download Gladex source code and any available package from Launchpad (https://launchpad.net/gladex/+download).

Hints and Tips

Other applications you may wish to look at

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

GladexHowto - Tutorial on how to use Gladex.

https://launchpad.net/gladex/ - The Gladex Development site on Launchpad.net


CategoryProgramming

Gladex (last edited 2017-09-06 17:49:50 by ckimes)