From bfb1fa6c62edc377c1b4526c91c55d888bf445ed Mon Sep 17 00:00:00 2001
From: Fabien_ Initializes and returns new NSFormCell with aString as its title Initializes and returns new NSFormCell with aString as its title and
+ the text cell with an empty NSString. See Also: [NSCell-initTextCell:] Returns whether the NSFormCell is Opaque. Returns YES if
+/** Returns whether the NSFormCell is Opaque. Returns YES if
the textCell and the title cell are both Opaque, NO otherwise See Also: [NSCell-isOpaque] Sets the NSFormCell title to aString.
- TODO => _formcell_auto_title_width / Update the control(s)
Sets the text alignment of the NSFormCell's title to mode. - NSRightTextAlignment by default. See NSTextAlignment for more information -
See Also: -titleAlignment
+ NSRightTextAlignment by default. See NSTextAlignment for more informations. +See Also: -titleAlignment [NSCell-setAlignment:]
*/ - (void)setTitleAlignment:(NSTextAlignment)mode { [_titleCell setAlignment: mode]; } -/**Set text font of the NSFormCell's title to fontObject.
-See Also: -titleFont
+/**Set the text font of the NSFormCell's title to fontObject.
+See Also: -titleFont [NSCell-setFont:]
*/ - (void)setTitleFont: (NSFont*)fontObject { @@ -204,7 +208,8 @@ static NSColor *shadowCol; return [_titleCell attributedStringValue]; } -/**Returns the NSFormCell's title
See Also: -setTitle:
+/**Returns the NSFormCell's title.
+See Also: -setTitle: [NSCell-stringValue]
*/ - (NSString*)title { @@ -221,7 +226,7 @@ static NSColor *shadowCol; } /**Returns the text font of the NSFormCell's title
-See Also: -setTitleFont:
+See Also: -setTitleFont: [NSCell-font]
*/ - (NSFont*)titleFont {