mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:10:38 +00:00
Datalink and connector improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20662 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e885109f43
commit
2859ab890c
6 changed files with 93 additions and 89 deletions
|
@ -101,10 +101,13 @@
|
|||
- (NSDataLink *)destinationLinkWithSelection:(NSSelection *)destSel;
|
||||
- (void)setLinkOutlinesVisible:(BOOL)flag;
|
||||
- (NSEnumerator *)sourceLinkEnumerator;
|
||||
@end
|
||||
|
||||
|
||||
//
|
||||
// Methods Implemented by the Delegate
|
||||
//
|
||||
@interface NSObject (NSDataLinkManagerDelegate)
|
||||
- (BOOL)copyToPasteboard:(NSPasteboard *)pasteboard
|
||||
at:(NSSelection *)selection
|
||||
cheapCopyAllowed:(BOOL)flag;
|
||||
|
@ -126,15 +129,9 @@
|
|||
at:(NSSelection *)selection;
|
||||
- (BOOL)showSelection:(NSSelection *)selection;
|
||||
- (NSWindow *)windowForSelection:(NSSelection *)selection;
|
||||
|
||||
//
|
||||
// NSCoding protocol
|
||||
//
|
||||
- (void)encodeWithCoder: (NSCoder *)aCoder;
|
||||
- initWithCoder: (NSCoder *)aDecoder;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
//
|
||||
// Draw a Distinctive Outline around Linked Data
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue