mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* GormCore/GormClassInspector.m: Change the cell to scrollable
to allow long action/outlet names. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28033 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b6da98f29d
commit
0c49a332f7
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-03-03 18:17-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormClassInspector.m: Change the cell to scrollable
|
||||
to allow long action/outlet names.
|
||||
|
||||
2009-02-11 09:22-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/0Menus/GormMenuEditor.m: Revert some changes from
|
||||
|
|
|
@ -715,12 +715,12 @@ shouldEditTableColumn: (NSTableColumn *)aTableColumn
|
|||
return result;
|
||||
}
|
||||
|
||||
/*
|
||||
- (void) tableView: (NSTableView *)tableView
|
||||
willDisplayCell: (id)aCell
|
||||
forTableColumn: (NSTableColumn *)aTableColumn
|
||||
row: (int)rowIndex
|
||||
{
|
||||
/*
|
||||
NSString *name = [aCell stringValue];
|
||||
NSString *className = [self _currentClass];
|
||||
|
||||
|
@ -749,8 +749,9 @@ shouldEditTableColumn: (NSTableColumn *)aTableColumn
|
|||
[aCell setTextColor: [NSColor darkGrayColor]];
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
[(NSTextFieldCell *)aCell setScrollable: YES];
|
||||
}
|
||||
|
||||
- (BOOL) tableView: (NSTableView *)tv
|
||||
shouldSelectRow: (int)rowIndex
|
||||
|
|
Loading…
Reference in a new issue