Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSLayoutGuide.h
- Conforms to:
- NSCoding
- NSUserInterfaceItemIdentification
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (
NSLayoutYAxisAnchor*)
bottomAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutXAxisAnchor*)
centerXAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutYAxisAnchor*)
centerYAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*)
constraintsAffectingLayoutForOrientation: (
NSLayoutConstraintOrientation)orientation;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSRect)
frame;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
hasAmbiguousLayout;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutDimension*)
heightAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutXAxisAnchor*)
leadingAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutXAxisAnchor*)
leftAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSView*)
owningView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutXAxisAnchor*)
rightAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setOwningView: (
NSView*)owningView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutYAxisAnchor*)
topAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutXAxisAnchor*)
trailingAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutDimension*)
widthAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSLayoutGuide Class
@protected NSLayoutYAxisAnchor* _bottomAnchor;
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 NSLayoutXAxisAnchor* _centerXAnchor;
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 NSLayoutYAxisAnchor* _centerYAnchor;
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 NSRect _frame;
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 BOOL _hasAmbiguousLayout;
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 NSLayoutDimension* _heightAnchor;
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 NSUserInterfaceItemIdentifier _identifier;
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 NSLayoutXAxisAnchor* _leadingAnchor;
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 NSLayoutXAxisAnchor* _leftAnchor;
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 NSView* _owningView;
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 NSLayoutXAxisAnchor* _rightAnchor;
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 NSLayoutYAxisAnchor* _topAnchor;
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 NSLayoutXAxisAnchor* _trailingAnchor;
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 NSLayoutDimension* _widthAnchor;
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.
- Declared in:
- AppKit/NSLayoutGuide.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (void)
addLayoutGuide: (
NSLayoutGuide*)guide;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*)
layoutGuides;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
removeLayoutGuide: (
NSLayoutGuide*)guide;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up