Screenshots from GNUstep CVS

This Page Updated 13 Feb 2000

Random screenshots, taken mainly from little apps in the core/Testing directory and from the Gorm app in dev-apps/Gorm directory of GNUstep CVS.

GNUstep GUI Library now provides a 'Standard Info Panel' facility to help you get a running app in shorter time. Screenshot of the Info Panel of Calculator.app.

Standard Info Panel Screenshot

Buttons and not-editable text fields are quite stable. Screenshot of Calculator.app

Calculator.app Screenshot

Alert, warning, informational panels are quite nice. Screenshot of an Alert Panel from GSTest.

Alert Panel Screenshot

We have scrollviews. Here is a quite simple example from GSTest.

ScrollView Screenshot

String Drawing works quite well everywhere. Here is a screenshot from the StringDrawing-test in GSTest.

String Drawing Screenshot

PopUpButtons are quite nice to deal with. Here is a screenshot from a little app I use privately to set the GNUstep keybindings.

PopUpButton Screenshot

Another quite nice thing to show is how cool is using a NSBrowser with a single column as a selection list. Here is an example from GSTest

Selection List Screenshot

I can't but show the Open Panel, because it is so nice. The following screenshot is from Gorm, a sort of Interface Builder for GNUstep. Gorm is very cool, you find it on CVS in dev-apps/Gorm.

Open Panel Screenshot

After quite some work, editable text fields are supported in 0.6.5. The following is taken from Gorm, showing editing the title of a label.

Editable Text Field Screenshot

As an extension to OPENSTEP, we have both vertical and horizontal boxes, and a more general autosizing/autoresizing table object. Code is extremely stable -- I use it in every single piece of GUI code I write, and in the last three months I could not found a single bug.

GNUstep Hbox Screenshot

I wanted to show the form working now, but I did not find any example of it in Gorm. So, I am showing the usual test from GSTest. [Bug fixed :-)].

Form Screenshot
Nicola Pero