mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 07:10:59 +00:00
Reindented
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13817 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f867ecac02
commit
e9df1f67e9
1 changed files with 60 additions and 59 deletions
|
@ -245,7 +245,7 @@ void __dummy_GMAppKit_functionForLinking() {}
|
||||||
[archiver encodeBOOL:[self isSelectable] withName:@"isSelectable"];
|
[archiver encodeBOOL:[self isSelectable] withName:@"isSelectable"];
|
||||||
[archiver encodeBOOL:[self isScrollable] withName:@"isScrollable"];
|
[archiver encodeBOOL:[self isScrollable] withName:@"isScrollable"];
|
||||||
[archiver encodeBOOL:[self isContinuous] withName:@"isContinuous"];
|
[archiver encodeBOOL:[self isContinuous] withName:@"isContinuous"];
|
||||||
[archiver encodeInt:[self sendActionOn:0] withName:@"sendActionMask"];
|
[archiver encodeInt:[self sendActionOn: 0] withName:@"sendActionMask"];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (id)initWithModelUnarchiver:(GMUnarchiver*)unarchiver
|
- (id)initWithModelUnarchiver:(GMUnarchiver*)unarchiver
|
||||||
|
@ -290,7 +290,8 @@ void __dummy_GMAppKit_functionForLinking() {}
|
||||||
[self setSelectable:[unarchiver decodeBOOLWithName:@"isSelectable"]];
|
[self setSelectable:[unarchiver decodeBOOLWithName:@"isSelectable"]];
|
||||||
[self setScrollable:[unarchiver decodeBOOLWithName:@"isScrollable"]];
|
[self setScrollable:[unarchiver decodeBOOLWithName:@"isScrollable"]];
|
||||||
[self setContinuous:[unarchiver decodeBOOLWithName:@"isContinuous"]];
|
[self setContinuous:[unarchiver decodeBOOLWithName:@"isContinuous"]];
|
||||||
/* Temporary commented out so buttons keep on working - new code fixing this under testing */
|
/* Temporary commented out so buttons keep on working - new code
|
||||||
|
* fixing this under testing */
|
||||||
// [self sendActionOn:[unarchiver decodeIntWithName:@"sendActionMask"]];
|
// [self sendActionOn:[unarchiver decodeIntWithName:@"sendActionMask"]];
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue