gtkaml 0.2.0.2 requires glib-2.0, vala-1.0 >= 0.3.1, libxml-2.0, and
gtk+-2.0
Upgraded to on valacompiler 0.3.x, this version comes mostly with bug fixes:
* you can now rely on default argument values even when you
explicitly state a creation method or container add function (issue #6)
* when using preconstruct/construct on non root widget, the target
parameter is now set to the right (current) widget (issue #9)
* the .implicits files can now list methods from base classes before
methods from the current class (issue #5)
* ActionGroup was added as a continer (to Gtk.implicits), with the
following add methods: add_action, add_action_with_accel (issue #12)
Full release notes: http://code.google.com/p/gtkaml/wiki/ReleaseNotes
Downloads: http://code.google.com/p/gtkaml/downloads/list
Future Goals: http://code.google.com/p/gtkaml/wiki/DesignGoals#Future_Goals
--
Vlad Grecescu