mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 14:50:48 +00:00
Merge from revision 35723 from main branch plus NSCell allowsUndo flag extract from xib
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@35724 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b155bbdc2d
commit
36e77b95f7
40 changed files with 828 additions and 459 deletions
|
@ -80,6 +80,11 @@
|
|||
{
|
||||
ASSIGN(destinationSelection,dst);
|
||||
}
|
||||
|
||||
- (void) setIsMarker: (BOOL)flag
|
||||
{
|
||||
_flags.isMarker = flag;
|
||||
}
|
||||
@end
|
||||
|
||||
|
||||
|
@ -161,7 +166,7 @@
|
|||
- (BOOL)addLinkAsMarker:(NSDataLink *)link
|
||||
at:(NSSelection *)selection
|
||||
{
|
||||
// FIXME: Marker?
|
||||
[link setIsMarker: YES];
|
||||
return [self addLink: link at: selection];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue