Up
Authors
- Doug Simons (doug.simons@testplant.com)
-
Copyright: (C) 2013 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSCollectionViewItem.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (
NSCollectionView*)
collectionView;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
draggingImageComponents;
Availability: OpenStep
Description forthcoming.
- (
NSImageView*)
imageView;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isSelected;
Availability: OpenStep
Description forthcoming.
- (void)
setImageView: (
NSImageView*)anImageView;
Availability: OpenStep
Description forthcoming.
- (void)
setSelected: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setTextField: (
NSTextField*)aTextField;
Availability: OpenStep
Description forthcoming.
- (
NSTextField*)
textField;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSCollectionViewItem Class
@protected BOOL _isSelected;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up