Fixed #5 Draggin to children now not possible

This commit is contained in:
michael starke
2013-06-09 12:41:28 +02:00
parent 6087b2ece0
commit 2898431af8
5 changed files with 53 additions and 7 deletions

View File

@@ -39,4 +39,7 @@ APPKIT_EXTERN NSString *const MPDocumentGroupKey;
- (void)deleteEntry:(KdbEntry *)entry;
- (void)deleteGroup:(KdbGroup *)group;
- (void)moveGroup:(KdbGroup *)group toGroup:(KdbGroup *)target index:(NSInteger)index;
- (BOOL)group:(KdbGroup *)group isMoveableToGroup:(KdbGroup *)target;
@end