mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:00:47 +00:00
More CGFloat, NSUInteger and NSInteger changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36148 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9a8f8f4e07
commit
a4abfc354f
22 changed files with 391 additions and 368 deletions
|
@ -520,12 +520,12 @@ static Class imageClass;
|
|||
[self setTitle: [title string]];
|
||||
}
|
||||
|
||||
- (int)indentationLevel
|
||||
- (NSInteger)indentationLevel
|
||||
{
|
||||
return _indentation;
|
||||
}
|
||||
|
||||
- (void)setIndentationLevel: (int)level
|
||||
- (void)setIndentationLevel: (NSInteger)level
|
||||
{
|
||||
_indentation = level;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue