mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:40: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
|
@ -244,7 +244,7 @@ static Class defaultCellClass = nil;
|
|||
informations. The default text alignment is NSRightTextAlignment</p>
|
||||
<p>See Also: -setTitleAlignment: [NSCell-setAlignment:]</p>
|
||||
*/
|
||||
- (void) setTextAlignment: (int)aMode
|
||||
- (void) setTextAlignment: (NSTextAlignment)aMode
|
||||
{
|
||||
NSInteger i, count = [self numberOfRows];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue