mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:50:47 +00:00
Finished to implement the NSTable/OutlineView sort descriptor support.
More changes are needed to get proper sorting support (e.g. visual feedback). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29293 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
15bc2c5d97
commit
f616b91157
6 changed files with 177 additions and 21 deletions
|
@ -264,6 +264,14 @@ willDisplayOutlineCell: (id)cell
|
|||
* the selection is allowed and NO, if not.
|
||||
*/
|
||||
- (BOOL) selectionShouldChangeInOutlineView: (NSOutlineView *)outlineView;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
|
||||
- (void) outlineView: (NSOutlineView *)outlineView
|
||||
sortDescriptorsDidChange: (NSArray *)oldSortDescriptors;
|
||||
- (void) outlineView: (NSOutlineView *)outlineView
|
||||
didClickTableColumn: (NSTableColumn *)aTableColumn;
|
||||
#endif
|
||||
|
||||
@end
|
||||
|
||||
#endif /* _GNUstep_H_NSOutlineView */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue