Additional NSScroller implementation.

Fix locking/unlocking of focus for view hierarchy.
Numerous bug fixes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2255 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Scott Christley 1997-03-20 19:23:21 +00:00
parent 4047b4b412
commit 1957d087a5
8 changed files with 219 additions and 70 deletions

View file

@ -80,6 +80,7 @@
background_color = [NSColor whiteColor];
text_color = [NSColor blackColor];
cell_font = [NSFont systemFontOfSize:12];
draw_background = YES;
return self;
}