mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:41:05 +00:00
A load of changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4724 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d69b992d2
commit
6bceaa0b50
12 changed files with 1035 additions and 49 deletions
|
@ -6,6 +6,14 @@
|
|||
#include <AppKit/NSText.h>
|
||||
|
||||
@implementation NSTableView
|
||||
+ (void) initialize
|
||||
{
|
||||
if (self == [NSTableView class])
|
||||
{
|
||||
[self setVersion: 1];
|
||||
}
|
||||
}
|
||||
|
||||
- (id)initWithFrame:(NSRect)frameRect
|
||||
{
|
||||
self = [super initWithFrame:frameRect];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue