libs-gui/Documentation
Matt Rice d714152e8f 2004-11-10 Matt Rice <ratmice@yahoo.com>
* Headers/Additions/GNUstepGUI/GSDisplayServer.h (-iconSize): New method        declaration.
        (-iconTileImage): Ditto.
        * Source/GSDisplayServer.m (-resolutionForScreen:): Fix Typo in Docs.
        (-boundsForScreen:): Ditto.
        (-windowBounds:): Ditto.
        (-iconSize): Implement new method.
        (-iconTileImage): Ditto.
        * Source/NSApplication.m (NSAppIconView): Remove
        useWindowmakerIconBackground variable.
        (scaledIconSizeForSize): New function.
        ([NSAppIconView +initialize]): Dont set a default image here. Remove
        usage of GSUseWindowmakerIconBackground default. Use backend tile and
        scale it to the backend icon size.
        ([NSAppIconView -drawRect:]): Remove usage of
        useWindowmakerIconBackground. Draw cells with the backend icon size.
        ([NSAppIconView -setImage:]): Set the image to a scaled copy.
        setNeedsDisplay instead of drawing directly.
        ([NSApplication -_appIconInit]): Use backend icon size.
        * Source/NSWindow.m: Remove useWindowmakerIconBackground variable.
        (scaledIconSizeForSize): New function.
        ([NSMiniWindowView +initialize]): Remove usage of
        GSUseWindowmakerIconBackground default. Use backend tile image and scale        it to the backend icon size.
        ([NSMiniWindowView -drawRect:]): Remove usage of
        useWindowmakerIconBackground. Draw cells with the backend iconSize.
        ([NSMiniWindowView -setImage:]): Set the image to a scaled copy.
        setNeedsDisplay instead of drawing directly.
        ([NSMiniWindowView -setTitle:]): setNeedsDisplay instead of drawing
        directly.
        ([NSWindow -miniaturize:]): Use backend icon size.
        * Documentation/GuiUser/DefaultsSummary.gsdoc: Remove docs for
        GSUseWindowmakerIconBackground.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20336 72102866-910b-0410-8b05-ffd578937521
2004-11-10 17:12:57 +00:00
..
General Version 0.9.4 2004-09-24 02:51:12 +00:00
GuiUser 2004-11-10 Matt Rice <ratmice@yahoo.com> 2004-11-10 17:12:57 +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 Version 0.9.3 2004-06-11 18:58:40 +00:00
GNUmakefile updated to build/install manual and be a bit more parallel to counterpart makefile in Base 2004-06-22 23:17:14 +00:00
GNUmakefile.postamble * Documentation/GNUmakefile.postamble: Clean up files properly 2004-09-25 02:51:05 +00:00
gopen.1 Man file 2003-08-13 03:50:42 +00:00
Gui.gsdoc * Documentation/GNUmakefile.postamble: Clean up files properly 2004-09-25 02:51:05 +00:00
GuiAdditions.gsdoc * Documentation/GNUmakefile.postamble: Clean up files properly 2004-09-25 02:51:05 +00:00
install.texi Version 0.9.4 2004-09-24 02:51:12 +00:00
make_services.1 Simplity graphics libs lookup 2003-10-13 21:18:24 +00:00
news.texi Version 0.9.4 2004-09-24 02:51:12 +00:00
readme.texi Remove use of tmpl.texi files 2000-11-07 04:50:41 +00:00
ReleaseNotes.gsdoc * Documentation/ReleaseNotes.gsdoc: Format fixes. 2004-10-01 14:57:39 +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

This is version @value{GNUSTEP-GUI-VERSION} of the GNUstep GUI library (@samp{gnustep-gui}).

Here is some introductory info to get you started:

@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 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