GNUstep Renaissance

GNUstep Renaissance

GNUstep Renaissance is a development framework that reads XML descriptions of graphical user interfaces from an application bundle and converts them into native widgets and connections at runtime under either GNUstep or Mac OS X.

GNUstep Renaissance was written by Nicola Pero as an alternative to the NIB and gorm files used by Interface Builder and Gorm, respectively. Unlike the aforementioned formats, Renaissance can generate interfaces that can be run without modification on either GNUstep or Mac OS X. It also uses a feature called AutoLayout, which means that localized strings do not have to be manually resized.

As of January 2006, GNUstep Renaissance is beta software. A graphical frontend to Renaissance does not yet exist.

Example

A simple example of an interface specification:

<gsmarkup> <objects> <menu type="main"> <menuItem title="Quit" action="terminate:" key="q"/> </menu> <window id="myWindow" title="Hello, World"> <vbox> <label>Hello, World</label> <button title="OK" action="performClose:" target="#myWindow"/> </vbox> </window> </objects></gsmarkup>
Assuming this file is in the application bundle and named Sample.gsmarkup, it can be loaded with the following Objective-C code:
[NSBundle loadGSMarkupNamed:@"Sample" owner:self] ;

See also

* Gorm - GNUstep Graphical Object Relationship Manager (also UI builder)
* Interface Builder - Mac OS X and former NextStep Graphical Object Relationship Manager and UI builder

External links

* [http://www.gnustep.it/Renaissance/ GNUstep Renaissance web site]


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • GNUstep Renaissance — Développeur Projet GNU Dernière version 0 …   Wikipédia en Français

  • GNUstep — Un bureau sous GNUstep …   Wikipédia en Français

  • GNUStep — Un bureau sous GNUstep …   Wikipédia en Français

  • Renaissance (disambiguation) — Renaissance usually refers to a period in the history of Europe between the Middle Ages and the Modern Age. See also .Cultural movementspecific regions of Europe* English Renaissance * French Renaissance * German Renaissance * Italian Renaissance …   Wikipedia

  • GNUstep — Infobox Software name = The GNUstep Project caption = GNUstep screenshot showing various applications developed with the GNUstep libraries, including a Miller Column browser developer = GNUstep Developers latest release version = make 2.0.1, base …   Wikipedia

  • GNUstep — Эта статья слишком короткая. Пожалуйста, дополните её ещё хотя бы неск …   Википедия

  • Comparison of user interface markup languages — The following tables compare general and technical information for a number of user interface markup languages. Please see the individual markup languages articles for further information. This article is not all inclusive or necessarily up to… …   Wikipedia

  • Gorm (computing) — Gorm Gorm in Window Maker (on FreeBSD) showing the main windows and the inspector. Note the menu and window being edited. Developer(s) …   Wikipedia

  • List of user interface markup languages — The following is a list of user interface markup languages categorized by vendor or platform.Flash*MXML *OpenLaszloJava*CookSwing [http://cookxml.sourceforge.net/cookswing/] *SwiXML [http://swixml.org] *SwixNG [http://swixng.sourceforge.net]… …   Wikipedia

  • KaXUL — ( KDE Advanced XUL ) is a reimplemetation of Mozilla s own XUL framework for the K Desktop Environment. Written by George Staikos, it allows for XUL applications both client and server side to be read by native Qt widgets. uXUL ( UI XUL ), also… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”