mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:20:46 +00:00
Add new MacOSX methods. Code mostly by Nikolaus Schaller.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25270 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
86d97a419f
commit
4835a35c1c
21 changed files with 831 additions and 84 deletions
|
@ -35,6 +35,7 @@
|
|||
{
|
||||
id _target;
|
||||
SEL _action;
|
||||
BOOL _allowsCutCopyPaste;
|
||||
}
|
||||
|
||||
- (NSImage *)image;
|
||||
|
@ -49,6 +50,15 @@
|
|||
- (void)setEditable:(BOOL)flag;
|
||||
- (BOOL)isEditable;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
|
||||
- (BOOL)animates;
|
||||
- (void)setAnimates:(BOOL)flag;
|
||||
#endif
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||
- (BOOL)allowsCutCopyPaste;
|
||||
- (void)setAllowsCutCopyPaste:(BOOL)flag;
|
||||
#endif
|
||||
|
||||
@end
|
||||
|
||||
#endif /* _GNUstep_H_NSImageView */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue