mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:30:47 +00:00
synchronise with trunk ot get bugfixes and cleanups etc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/themes@23923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a43f1d0c71
commit
b6a0cb6acf
76 changed files with 1037 additions and 353 deletions
|
@ -5120,19 +5120,19 @@ static inline float computePeriod(NSPoint mouseLocationWin,
|
|||
// make sure the corner view is properly encoded...
|
||||
[super encodeWithCoder: aCoder];
|
||||
|
||||
if([self dataSource])
|
||||
if ([self dataSource])
|
||||
{
|
||||
[aCoder encodeObject: [self dataSource] forKey: @"NSDataSource"];
|
||||
}
|
||||
if([self delegate])
|
||||
if ([self delegate])
|
||||
{
|
||||
[aCoder encodeObject: [self delegate] forKey: @"NSDelegate"];
|
||||
}
|
||||
if([self target])
|
||||
if ([self target])
|
||||
{
|
||||
[aCoder encodeObject: [self target] forKey: @"NSTarget"];
|
||||
}
|
||||
if([self action])
|
||||
if ([self action])
|
||||
{
|
||||
[aCoder encodeObject: NSStringFromSelector([self action]) forKey: @"NSAction"];
|
||||
}
|
||||
|
@ -5144,11 +5144,11 @@ static inline float computePeriod(NSPoint mouseLocationWin,
|
|||
[aCoder encodeFloat: [self rowHeight] forKey: @"NSRowHeight"];
|
||||
[aCoder encodeObject: [self tableColumns] forKey: @"NSTableColumns"];
|
||||
|
||||
if(_headerView)
|
||||
if (_headerView)
|
||||
{
|
||||
[aCoder encodeObject: _headerView forKey: @"NSHeaderView"];
|
||||
}
|
||||
if(_cornerView)
|
||||
if (_cornerView)
|
||||
{
|
||||
[aCoder encodeObject: _cornerView forKey: @"NSCornerView"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue