2021-12-28 21:37:26 +00:00
|
|
|
GNUstep GUI Library
|
|
|
|
====================
|
|
|
|
|
|
|
|
[](https://github.com/gnustep/libs-gui/actions/workflows/main.yml?query=branch%3Amaster)
|
|
|
|
|
|
|
|
The GNUstep gui library is a library of graphical user interface classes
|
|
|
|
written completely in the Objective-C language; the classes are based
|
|
|
|
upon Apple's Cocoa framwork (which came from the OpenStep
|
|
|
|
specification). 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.
|
|
|
|
|
|
|
|
Initial reading
|
|
|
|
---------------
|
2021-12-28 21:37:42 +00:00
|
|
|
The file [ANNOUNCE](ANNOUNCE) contains a very brief overview of the library.
|
2021-12-28 21:37:26 +00:00
|
|
|
It also tells you where to get the most recent version.
|
|
|
|
|
|
|
|
The file [NEWS](NEWS) has the library's feature history.
|
|
|
|
|
|
|
|
The files [INSTALL](INSTALL) or [GNUstep-HOWTO][1] (from the web site)
|
|
|
|
gives instructions for installing the library.
|
|
|
|
|
|
|
|
[1]: http://www.gnustep.org/resources/documentation/User/GNUstep/gnustep-howto.pdf
|
|
|
|
|
|
|
|
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
|
2021-12-28 21:38:38 +00:00
|
|
|
more information. All files in the 'Source', 'Headers', directories and
|
2021-12-28 21:37:26 +00:00
|
|
|
subdirectories under this are covered under the LGPL.
|
|
|
|
|
|
|
|
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
|
2021-12-28 22:16:28 +00:00
|
|
|
the program. All files in this package EXCEPT files in the 'Tools'
|
|
|
|
directories and subdirectories under this are covered under the LGPL.
|
2021-12-28 21:37:26 +00:00
|
|
|
|
|
|
|
How can you help?
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
Give us feedback! Tell us what you like; tell us what you think could be better.
|
|
|
|
|
|
|
|
Please log bug reports on the [GitHub issues page][2].
|
|
|
|
|
|
|
|
[2]: https://github.com/gnustep/libs-gui/issues
|
|
|
|
|
|
|
|
Happy hacking!
|
|
|
|
|
2024-07-06 05:54:10 +00:00
|
|
|
Copyright (C) 2005, 2024 Free Software Foundation
|
2021-12-28 21:37:26 +00:00
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
notice and this notice are preserved.
|