diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-23 19:29:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-23 19:29:15 +0000 |
commit | db09d0d760a26127f65e6ef2f39ced016b334cb7 (patch) | |
tree | d23e391d0448ef401877333a6dd6c6b52fe4de39 /devel/Makefile | |
parent | The GNUstep example applications: (diff) |
Gorm allows developers to quickly create graphical applications and to design
every little aspect of the application's user interface.
Using drag and drop all types of objects like menus, buttons, tables, lists
and browsers are easily added to the interface. With just the mouse you can
resize, move or convert the objects or connect them to functions as well as
edit nearly every aspect of them using Gorm's powerful inspectors.
With its intuitive interface Gorm makes creating, editing and testing complex
user interfaces a piece of cake.
WWW: http://www.gnustep.org/experience/Gorm.html
Notes
Notes:
svn path=/head/; revision=77295
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 70843f9a4b02..e1b389ba99c4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -222,6 +222,7 @@ SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += gob2 + SUBDIR += gorm SUBDIR += gperf SUBDIR += gputils SUBDIR += gtgt |