mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:50:47 +00:00
Adding NSOutlineView changes so far so that everyone can see the progress which has been made. GJC
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12704 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b8b33c6f50
commit
6fa43db4ec
5 changed files with 1699 additions and 44 deletions
File diff suppressed because it is too large
Load diff
|
@ -342,6 +342,16 @@ NSString *NSTableViewColumnDidMoveNotification = @"TableViewColumnDidMove";
|
|||
NSString *NSTableViewColumnDidResizeNotification = @"TableViewColumnDidResize";
|
||||
NSString *NSTableViewSelectionIsChangingNotification = @"TableViewSelectionIsChanging";
|
||||
|
||||
// NSOutlineView notifications
|
||||
NSString *NSOutlineViewSelectionDidChangeNotification = @"OutlineViewSelectionDidChange";
|
||||
NSString *NSOutlineViewColumnDidMoveNotification = @"OutlineViewColumnDidMove";
|
||||
NSString *NSOutlineViewColumnDidResizeNotification = @"OutlineViewColumnDidResize";
|
||||
NSString *NSOutlineViewSelectionIsChangingNotification = @"OutlineViewSelectionIsChanging";
|
||||
NSString *NSOutlineViewItemDidExpandNotification = @"OutlineViewItemDidExpand";
|
||||
NSString *NSOutlineViewItemDidCollapseNotification = @"OutlineViewItemDidCollapse";
|
||||
NSString *NSOutlineViewItemWillExpandNotification = @"OutlineViewItemWillExpand";
|
||||
NSString *NSOutlineViewItemWillCollapseNotification = @"OutlineViewItemWillCollapse";
|
||||
|
||||
// NSWindow notifications
|
||||
NSString *NSWindowDidBecomeKeyNotification = @"WindowDidBecomeKey";
|
||||
NSString *NSWindowDidBecomeMainNotification = @"WindowDidBecomeMain";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue