Initial implementation of NSBrowser and NSBrowserCell.

Numerous bug fixes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2596 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
scottc 1997-10-31 01:24:08 +00:00
parent f0fbcf363d
commit 5592d9996b
18 changed files with 1553 additions and 143 deletions

View file

@ -13,6 +13,13 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO
@itemize @bullet
@item
NSBrowser and NSBrowserCell have been implemented. There is one odd
display artifact; lists which are smaller than the browser column area
have the list justified to the bottom of the column versus the top of
the column. This is actually an issue with NSMatrix and will be
remedied when flip views are implemented.
@item
Two important optimizations that speed up the displaying of views and flushing
of windows have been implemented. Only the views that need display and those

View file

@ -61,9 +61,13 @@ Many of the methods have code, but whether the class
is usable depends upon how much implementation has been done in the
backend.
@item NSBrowser:: [2]
@item NSBrowser:: [9]
There is an odd display artifact; lists which are smaller than the
browser column area have the list justified to the bottom of the column
versus the top of the column. This is actually an issue with NSMatrix
and will be remedied when flip views are implemented.
@item NSBrowserCell:: [2]
@item NSBrowserCell:: [9]
@item NSButton:: [9]
Repeat intervals have been implemented.