mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:20:38 +00:00
* Headers/AppKit/NSDataLinkManager.h, Source/NSDataLinkManager.m:
Re-add the changes from 2005-03-05. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21029 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d2bb38a102
commit
39bc6b4f68
4 changed files with 37 additions and 29 deletions
|
@ -44,12 +44,16 @@
|
|||
// Attributes
|
||||
id delegate;
|
||||
NSString *filename;
|
||||
BOOL delegateVerifiesLinks;
|
||||
BOOL interactsWithUser;
|
||||
BOOL isEdited;
|
||||
BOOL areLinkOutlinesVisible;
|
||||
NSMutableArray *sourceLinks;
|
||||
NSMutableArray *destinationLinks;
|
||||
|
||||
struct __dlmFlags {
|
||||
unsigned areLinkOutlinesVisible:1;
|
||||
unsigned delegateVerifiesLinks:1;
|
||||
unsigned interactsWithUser:1;
|
||||
unsigned isEdited:1;
|
||||
} _flags;
|
||||
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue