mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 15:01:55 +00:00
Added MacOSX 10.4 methods to NSControl and reworked the whole cell
editing mechanism. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24380 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9a71af08ad
commit
aa68ca06dc
8 changed files with 294 additions and 240 deletions
|
@ -31,7 +31,9 @@
|
|||
#define _GNUstep_H_NSControl
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#include <AppKit/NSText.h>
|
||||
// for NSWritingDirection
|
||||
#include <AppKit/NSParagraphStyle.h>
|
||||
#include <AppKit/NSView.h>
|
||||
|
||||
@class NSString;
|
||||
@class NSNotification;
|
||||
|
@ -113,6 +115,10 @@
|
|||
- (void)setFormatter:(NSFormatter*)newFormatter;
|
||||
- (id)formatter;
|
||||
#endif
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||
- (NSWritingDirection)baseWritingDirection;
|
||||
- (void)setBaseWritingDirection:(NSWritingDirection)direction;
|
||||
#endif
|
||||
|
||||
//
|
||||
// Managing the Field Editor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue