mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 17:32:03 +00:00
Add OSX 10.5 methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33081 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
79ee526fc5
commit
b4e1a828e3
3 changed files with 52 additions and 1 deletions
|
@ -84,6 +84,12 @@
|
|||
- (void) setIntValue: (int)anInt;
|
||||
- (int) intValue;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
- (NSInteger) integerValue;
|
||||
- (void) setIntegerValue: (NSInteger)anInt;
|
||||
- (void) takeIntegerValueFrom: (id)sender;
|
||||
#endif
|
||||
|
||||
- (void) setStringValue: (NSString *)aString;
|
||||
- (NSString *) stringValue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue