[Previous] [Up] [Next]

NSForm

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSForm

NSForm

Declared in: Gui/NSForm.h

Inherits from: NSMatrix

Conforms to: NSCoding


Instance Variables

Methods


Instances Methods

addEntry:

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

cellAtIndex:

- (id) cellAtIndex: (int)entryIndex;

drawCellAtIndex:

- (void) drawCellAtIndex: (int)entryIndex;

indexOfCellWithTag:

- (int) indexOfCellWithTag: (int)tag;

indexOfSelectedItem

- (int) indexOfSelectedItem;

insertEntry:atIndex:

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

removeEntryAtIndex:

- (void) removeEntryAtIndex: (int)entryIndex;

selectTextAtIndex:

- (void) selectTextAtIndex: (int)entryIndex;

setBezeled:

- (void) setBezeled: (BOOL)flag;

setBordered:

- (void) setBordered: (BOOL)flag;

setEntryWidth:

- (void) setEntryWidth: (float)width;

setInterlineSpacing:

- (void) setInterlineSpacing: (float)spacing;

setTextAlignment:

- (void) setTextAlignment: (int)alignment;

setTextFont:

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

setTitleAlignment:

- (void) setTitleAlignment: (NSTextAlignment)alignment;

setTitleFont:

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