NSFormCell

Authors

Ovidiu Predescu( ovidiu@net-community.com )
Nicola Pero( n.pero@mi.flashnet.it )
The cell class for the NSForm control

Copyright: (C) 1996, 1999 Free Software Foundation, Inc.

Software documentation for the NSFormCell class

NSFormCell : NSActionCell

Declared: AppKit/NSFormCell.h
Conform: NSCoding

attributedTitle

- (NSAttributedString*) attributedTitle;


setAttributedTitle:

- (void) setAttributedTitle: (NSAttributedString*)anAttributedString;


setTitle:

- (void) setTitle: (NSString*)aString;


setTitleAlignment:

- (void) setTitleAlignment: (NSTextAlignment)mode;


setTitleFont:

- (void) setTitleFont: (NSFont*)fontObject;


setTitleWidth:

- (void) setTitleWidth: (float)width;


setTitleWithMnemonic:

- (void) setTitleWithMnemonic: (NSString*)titleWithAmpersand;


title

- (NSString*) title;


titleAlignment

- (NSTextAlignment) titleAlignment;


titleFont

- (NSFont*) titleFont;


titleWidth

- (float) titleWidth;


titleWidth:

- (float) titleWidth: (NSSize)size;