libs-gui/Documentation
Adam Fedor ea619a198f Updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23375 72102866-910b-0410-8b05-ffd578937521
2006-08-29 15:00:28 +00:00
..
General Updates 2005-10-30 21:29:14 +00:00
GuiUser Improve defaults documentation a little. 2006-08-25 16:06:09 +00:00
manual new manual modeled after one in Base but without Objective-C discussion 2004-06-22 23:18:14 +00:00
.cvsignore Updated 2000-11-06 17:22:54 +00:00
announce.texi * Headers/AppKit/NSDataLinkManager.h, Source/NSDataLinkManager.m: 2005-04-01 15:39:05 +00:00
GNUmakefile Update FSF Address. 2005-05-26 02:52:46 +00:00
GNUmakefile.postamble Update FSF Address. 2005-05-26 02:52:46 +00:00
gopen.1 Add/fix copyright/licenses. 2005-07-01 20:54:03 +00:00
Gui.gsdoc Fix some documentation errors 2005-07-17 14:07:07 +00:00
GuiAdditions.gsdoc Fix some documentation errors 2005-07-17 14:07:07 +00:00
install.texi Check for v19 of portaudio 2005-08-17 16:17:04 +00:00
make_services.1 Add/fix copyright/licenses. 2005-07-01 20:54:03 +00:00
news.texi updated ANNOUNCE for release. 2006-08-29 06:28:37 +00:00
readme.texi Fix some documentation errors 2005-07-17 14:07:07 +00:00
ReleaseNotes.gsdoc Updates 2006-08-29 15:00:28 +00:00
todo.texi Version 0.8.4 2003-02-25 03:30:15 +00:00

@c -*-texinfo-*-
@chapter README

@ifset TEXT-ONLY
@include version.texi
@end ifset

The GNUstep gui library is a library of graphical user interface classes
written completely in the Objective-C language; the classes are based
upon the OpenStep specification as release by NeXT Software, Inc.  These
classes include graphical objects such as buttons, text fields, popup
lists, browser lists, and windows; there are also many associated
classes for handling events, colors, fonts, pasteboards and images.

@section Initial reading

@itemize @bullet
@item
The file @file{ANNOUNCE} contains a very brief overview of the library.
It also tells you where to get the most recent version.

@item
The file @file{NEWS} has the library's feature history.

@item
The file @file{INSTALL} gives instructions for installing the library.
@end itemize

@section License

The GNUstep libraries and library resources are covered under the GNU
Lesser Public License.  This means you can use these libraries in any
program (even non-free programs). If you distribute the libraries along
with your program, you must make the improvements you have made to the
libraries freely available. You should read the COPYING.LIB file for
more information. All files in this package EXCEPT files in the
@file{Tools} directories and subdirectories under this are covered under
the GLPL.

GNUstep tools, test programs, and other files are covered under the GNU
Public License. This means if you make changes to these programs, you
cannot charge a fee, other than distribution fees, for others to use the
program. You should read the COPYING file for more information.  All
files in the @file{Tools} directory are covered under the GPL.

@section How can you help?

@itemize @bullet

@item
Give us feedback!  Tell us what you like; tell us what you think
could be better.  Send bug reports to @email{bug-gnustep@@gnu.org}.
@end itemize