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.
Buttons and not-editable text fields are quite stable.
Screenshot of Calculator.app
Alert, warning, informational panels are quite nice.
Screenshot of an Alert Panel from GSTest.
We have scrollviews. Here is a quite simple example from
GSTest.
String Drawing works quite well everywhere. Here is a
screenshot from the StringDrawing-test in GSTest.
PopUpButtons are quite nice to deal with. Here is a
screenshot from a little app I use privately to set the GNUstep
keybindings.
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
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.
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.
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.
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 :-)].