Up
Authors
- Generated by Richard Frith-Macdonald
-
Date: Generated at 2025-12-03
- Declared in:
- AppKit/NSTextTable.h
- Conforms to:
- NSCoding
- NSCopying
Availability: MacOS-X 10.4.0
Description forthcoming.
NSTextBlock declares 7 Instance Variables
- (
NSColor*)
backgroundColor;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (
NSColor*)
borderColorForEdge: (
NSRectEdge)edge;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (CGFloat)
contentWidth;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (
NSTextBlockValueType)
contentWidthValueType;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
drawBackgroundWithFrame: (
NSRect)rect
inView: (
NSView*)view
characterRange: (
NSRange)range
layoutManager: (
NSLayoutManager*)lm;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (id)
init;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setBackgroundColor: (
NSColor*)color;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setBorderColor: (
NSColor*)color;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setBorderColor: (
NSColor*)color
forEdge: (
NSRectEdge)edge;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setContentWidth: (CGFloat)val
type: (
NSTextBlockValueType)type;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (CGFloat)
valueForDimension: (
NSTextBlockDimension)dimension;
Availability: MacOS-X 10.4.0
Description forthcoming.
Instance Variables for NSTextBlock Class
@protected NSColor*
_backgroundColor;
Availability: MacOS-X 10.4.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 NSColor*
_borderColorForEdge;
Availability: MacOS-X 10.4.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 CGFloat
_value;
Availability: MacOS-X 10.4.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 NSTextBlockValueType
_valueType;
Availability: MacOS-X 10.4.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 NSTextBlockVerticalAlignment
_verticalAlignment;
Availability: MacOS-X 10.4.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 CGFloat
_width;
Availability: MacOS-X 10.4.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 NSTextBlockValueType
_widthType;
Availability: MacOS-X 10.4.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/NSTextTable.h
Availability: MacOS-X 10.4.0
Description forthcoming.
NSTextTable declares 4 Instance Variables
- (BOOL)
collapsesBorders;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
drawBackgroundForBlock: (
NSTextTableBlock*)block
withFrame: (
NSRect)frame
inView: (
NSView*)controlView
characterRange: (
NSRange)range
layoutManager: (
NSLayoutManager*)manager;
Availability: MacOS-X 10.4.0
Not implemented (as of 2025-12-03).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (BOOL)
hidesEmptyCells;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (
NSUInteger)
numberOfColumns;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setCollapsesBorders: (BOOL)flag;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setHidesEmptyCells: (BOOL)flag;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setNumberOfColumns: (
NSUInteger)numCols;
Availability: MacOS-X 10.4.0
Description forthcoming.
Instance Variables for NSTextTable Class
@protected BOOL
_collapsesBorders;
Availability: MacOS-X 10.4.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
_hidesEmptyCells;
Availability: MacOS-X 10.4.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 NSTextTableLayoutAlgorithm
_layoutAlgorithm;
Availability: MacOS-X 10.4.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 NSUInteger
_numberOfColumns;
Availability: MacOS-X 10.4.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/NSTextTable.h
Availability: MacOS-X 10.4.0
Description forthcoming.
NSTextTableBlock declares 5 Instance Variables
- (int)
columnSpan;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (id)
initWithTable: (
NSTextTable*)table
startingRow: (int)row
rowSpan: (int)rspan
startingColumn: (int)col
columnSpan: (int)cspan;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (int)
rowSpan;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (int)
startingColumn;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (int)
startingRow;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (
NSTextTable*)
table;
Availability: MacOS-X 10.4.0
Description forthcoming.
Instance Variables for NSTextTableBlock Class
@protected int
_col;
Availability: MacOS-X 10.4.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 int
_colSpan;
Availability: MacOS-X 10.4.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 int
_row;
Availability: MacOS-X 10.4.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 int
_rowSpan;
Availability: MacOS-X 10.4.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 NSTextTable*
_table;
Availability: MacOS-X 10.4.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.
Up