mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 02:41:01 +00:00
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 framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
not hightlight the cell. The new behavior is as described in the spec for NSControl, NSMatrix and NSCell. According to the spec it is the responsibility of the control to highlight the cell prior to calling cell's track method. * NSMatrix.m: rewrote mousedown to more closely mimic the NS/OS behavior. * NSButton.m: modified to support new behavior of NSCell's track mode. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2865 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
Documentation | ||
Headers/gnustep/gui | ||
Images | ||
Model | ||
PrinterTypes | ||
Source | ||
Testing | ||
Tools | ||
.cvsignore | ||
ANNOUNCE | ||
ChangeLog | ||
configure | ||
COPYING.LIB | ||
FAQ | ||
GNUmakefile | ||
INSTALL | ||
NEWS | ||
README | ||
STATUS | ||
SUPPORT | ||
TODO | ||
Version |
README ****** This is version 0.5.0 of the GNUstep GUI library (`gnustep-gui'). Here is some introductory info to get you started: Initial reading =============== * The file `ANNOUNCE' contains a very brief overview of the library. It also tells you where to get the most recent version. * The file `NEWS' has the library's feature history. * The file `INSTALL' gives instructions for installing the library. How can you help? ================= * Read the projects and questions in the `TODO' file. If you can volunteer for any of the projects, or if you have any useful comments send me email! <scottc@net-community.com> * Give me feedback! Tell me what you like; tell me what you think could be better. Send me bug reports. Creators rejoice! Scott Christley <scottc@net-community.com>