Change tag to NSInteger.

Patch by Anibal Rindisbacher <anibal784@gmail.com>.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30026 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2010-03-23 21:26:24 +00:00
parent a6880c0f99
commit d2321f05c7
12 changed files with 42 additions and 27 deletions

View file

@ -194,8 +194,8 @@ typedef enum _NSFocusRingType {
/*
* Assigning a Tag
*/
- (int) tag;
- (id) viewWithTag: (int)aTag;
- (NSInteger) tag;
- (id) viewWithTag: (NSInteger)aTag;
/*
* Modifying the Frame Rectangle