Google Groups Home
Help | Sign in
gtkaml 0.2.2.0 an Application Markup Language for GTK+Vala
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Vlad Grecescu  
View profile  
 More options Aug 17 2008, 7:31 am
From: "Vlad Grecescu" <b100d...@gmail.com>
Date: Sun, 17 Aug 2008 14:31:39 +0300
Local: Sun, Aug 17 2008 7:31 am
Subject: [ANNOUNCE] gtkaml 0.2.2.0 an Application Markup Language for GTK+Vala
gtkaml is an XML parser that extends the Vala.Parser and transforms
all your tags into a valid Gtk+ UI class described in the Vala
language.

<VBox class:name="MyVBox" xmlns="Gtk" xmlns:class="http://gtkaml.org/0.2">
      <Label label="_Hello" with-mnemonic="true"
             expand="false" fill="false" padding="0" />
</VBox>

Features

    * compact XML syntax for describing Gtk widgets
    * code 'islands' (written in Vala) for signal handling and other
methods/signals/properties/ in your widget class (so you don't modify
the generated code ever)
    * doesn't depend on an external library at run-time (other than Gtk+)
    * much more readable than the usual UI boilerplate (e.g. you don't
need to worry about temporary variable names, or ever write hundreds
of lines of code/markup)

gtkaml 0.2.2.0 requires glib-2.0, vala-1.0 >= 0.3.5, libxml-2.0, and gtk+-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

Full release notes: http://code.google.com/p/gtkaml/wiki/ReleaseNotes
Downloads: http://code.google.com/p/gtkaml/downloads/list
Example: http://code.google.com/p/gtkaml/wiki/Example
Future Goals: http://code.google.com/p/gtkaml/wiki/DesignGoals#Future_Goals

Regards,

Vlad Grecescu


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google