BookRags.com Literature Guides Literature
Guides
Criticism & Essays Criticism &
Essays
Questions & Answers Questions &
Answers
Lesson Plans Lesson
Plans
My Bibliography Periodic Table U.S. Presidents Shakespeare Sonnet Shake-Up
Research Anything:        
History | Encyclopedias | Films | News | Create a Bibliography | More... Login | Register | Help
Not What You Meant?  There are 95 definitions for Renaissance.

GNUstep Renaissance

Print-Friendly
About 1 pages (213 words)

Bookmark and Share Know this topic well? Help others and get FREE products!

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

Free software Portal
  • 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

View More Summaries on GNUstep Renaissance
 
Ask any question on GNUstep Renaissance and get it answered FAST!
Answer questions in BookRags Q&A and earn points toward
discounted or even FREE Study Guides and other BookRags products!
Learn more about BookRags Q&A
Copyrights
GNUstep Renaissance from Wíkipedia. ©2006 by Wíkipedia. Licensed under the GNU Free Documentation License. View a list of authors or edit this article.

Article Navigation
Join BookRagslearn moreJoin BookRags




About BookRags | Customer Service | Report an Error | Terms of Use | Privacy Policy