mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
* Palettes/3Containers/inspectors.m: added missed method to return table column sizer class.
This commit is contained in:
parent
570ee6cbba
commit
5511a423fc
1 changed files with 7 additions and 0 deletions
|
@ -53,10 +53,17 @@
|
|||
@end
|
||||
|
||||
@implementation NSTableColumn (IBObjectAdditions)
|
||||
|
||||
- (NSString *) inspectorClassName
|
||||
{
|
||||
return @"GormTableColumnAttributesInspector";
|
||||
}
|
||||
|
||||
- (NSString*) sizeInspectorClassName
|
||||
{
|
||||
return @"GormTableColumnSizeInspector";
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSTableView (IBObjectAdditions)
|
||||
|
|
Loading…
Reference in a new issue