mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:40:37 +00:00
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:
parent
f0fbcf363d
commit
5592d9996b
18 changed files with 1553 additions and 143 deletions
|
@ -98,6 +98,8 @@
|
|||
|
||||
- (id)initImageCell:(NSImage *)anImage
|
||||
{
|
||||
[super init];
|
||||
|
||||
[self _init];
|
||||
|
||||
// Not an image class --then forget it
|
||||
|
@ -113,6 +115,8 @@
|
|||
|
||||
- (id)initTextCell:(NSString *)aString
|
||||
{
|
||||
[super init];
|
||||
|
||||
[self _init];
|
||||
|
||||
cell_font = [[NSFont userFontOfSize:12] retain];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue