Up
Authors
- Generated by Richard Frith-Macdonald
-
Date: Generated at 2025-12-03
- Declared in:
- AppKit/NSLayoutGuide.h
- Conforms to:
- NSCoding
- NSUserInterfaceItemIdentification
Availability: MacOS-X 10.10.0
Description forthcoming.
NSLayoutGuide declares 14 Instance Variables
- (
NSRect)
frame;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (BOOL)
hasAmbiguousLayout;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSLayoutDimension*)
heightAnchor;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSView*)
owningView;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setOwningView: (
NSView*)owningView;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSLayoutXAxisAnchor*)
trailingAnchor;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSLayoutDimension*)
widthAnchor;
Availability: MacOS-X 10.10.0
Description forthcoming.
Instance Variables for NSLayoutGuide Class
@protected NSLayoutYAxisAnchor*
_bottomAnchor;
Availability: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
Description forthcoming.
- (void)
addLayoutGuide: (
NSLayoutGuide*)guide;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSArray*)
layoutGuides;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
removeLayoutGuide: (
NSLayoutGuide*)guide;
Availability: MacOS-X 10.10.0
Description forthcoming.
Up