 |
gtkaml |
| version 0.2.2.0 |
| About gtkaml |
GTK+Vala Application Markup Language
gtkaml is an XML parser that extends the Vala.Parser (literally) and transforms all your tags into a valid Gtk+ UI class described in the Vala language.
Features:
* compact XML syntax for describing Gtk widgets
* code 'islands' (written in Vala) for signal handling and other methods/signals/properties/ in your class (this way you don't need to modify the generated code ever)
* doesn't depend on an external library at run-time
* much more readable than the usual UI boilerplate
Requirements
This application requires GTK+ version 2.10.x.
Other dependencies include: vala>=0.3.5
libxml2 |
| Latest Version: 0.2.2.0 |
Changes:
* upgraded to valacompiler 0.3.5
* fixed an issue that lead gtkaml considering a misspelled tag with no content/subtags to be an attached attribute and then ignore it
Related Link: gtkaml example |
|
|