Merge branch 'master' of github.com:gnustep/libs-gui into NSTreeController_branch2

This commit is contained in:
Gregory John Casamento 2024-07-06 13:38:47 -04:00
commit 20b8f2402b
2 changed files with 9 additions and 8 deletions

View file

@ -51,7 +51,7 @@ Please log bug reports on the [GitHub issues page][2].
Happy hacking!
Copyright (C) 2005 Free Software Foundation
Copyright (C) 2005, 2024 Free Software Foundation
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright

View file

@ -10,11 +10,12 @@ URL: http://www.gnustep.org/
%description
The GNUstep gui Library is a powerful library of graphical user interface
classes written completely in the Objective-C language; the classes are
based upon the OpenStep specification, and provide the user with a
traditional nextstep-like look and feel. The classes include graphical
objects such as windows, menus, buttons, text fields, popup lists, browsers,
scrollviews, splitviews, fonts, colors, images, events, pasteboards,... This
package includes development headers too. You need the corresponding
backend library package (gnustep-back) to use this package.
classes written completely in the Objective-C language; the classes are based
on Cocoa (formerly OPENSTEP), and provide the user with a themable environment.
While the default look and feel resembles NeXTSTEP, this can be changed.
The classes include graphical objects such as windows, menus, buttons,
text fields, popup lists, browsers, scrollviews, splitviews, fonts, colors,
images, events, pasteboards,... This package includes development headers too.
You need the corresponding backend library package (gnustep-back) to use
this package.