NSOutlineView_Extensions.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
源码类别:

OpenGL

开发平台:

Visual C++

  1. //
  2. //  NSOutlineView_Extensions.h
  3. //
  4. //  Copyright (c) 2001 Apple. All rights reserved.
  5. //
  6. @interface NSOutlineView (MyExtensions)
  7. - (NSArray*)allSelectedItems;
  8. - (void)selectItems:(NSArray*)items byExtendingSelection:(BOOL)extend;
  9. @end
  10. @interface MyOutlineView : NSOutlineView {
  11. }
  12. @end