Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSPathControlItem.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (NSURL*)
URL;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSAttributedString*)
attributedTitle;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSImage*)
image;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setAttributedTitle: (NSAttributedString*)attributedTitle;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setImage: (
NSImage*)image;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setTitle: (NSString*)title;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setURL: (NSURL*)url;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSString*)
title;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSPathControlItem Class
@protected NSAttributedString* _attributedTitle;
Availability: Not in OpenStep/MacOS-X
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.
@protected NSImage* _image;
Availability: Not in OpenStep/MacOS-X
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.
@protected NSURL* _url;
Availability: Not in OpenStep/MacOS-X
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