NSForm

Authors

Ovidiu Predescu( ovidiu@net-community.com )
Form class, a matrix of text fields with labels

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

Software documentation for the NSForm class

NSForm : NSMatrix

Declared: AppKit/NSForm.h
Conform: NSCoding

_setTitleWidthNeedsUpdate:

- (void) _setTitleWidthNeedsUpdate: (NSNotification*)notification;


addEntry:

- (NSFormCell*) addEntry: (NSString*)title;


cellAtIndex:

- (id) cellAtIndex: (int)index;


drawCellAtIndex:

- (void) drawCellAtIndex: (int)index;


indexOfCellWithTag:

- (int) indexOfCellWithTag: (int)aTag;


indexOfSelectedItem

- (int) indexOfSelectedItem;


insertEntry:atIndex:

- (NSFormCell*) insertEntry: (NSString*)title atIndex: (int)index;


removeEntryAtIndex:

- (void) removeEntryAtIndex: (int)index;


selectTextAtIndex:

- (void) selectTextAtIndex: (int)index;


setBezeled:

- (void) setBezeled: (BOOL)flag;


setBordered:

- (void) setBordered: (BOOL)flag;


setEntryWidth:

- (void) setEntryWidth: (float)width;


setInterlineSpacing:

- (void) setInterlineSpacing: (float)spacing;


setTextAlignment:

- (void) setTextAlignment: (int)aMode;


setTextFont:

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


setTitleAlignment:

- (void) setTitleAlignment: (NSTextAlignment)aMode;


setTitleFont:

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