ovidiu@net-community.com
)Form class, a matrix of text fields with labels
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSForm.h
Adds a new entry with title as its title at the end of the NSForm and returns the NSFormCell.
See Also: -insertEntry:atIndex: -removeEntryAtIndex:
Draws the NSFormCell at the specified index
See Also: -cellAtIndex: [NSCell -drawWithFrame:inView:] [NSMatrix -cellFrameAtRow:column:]
Returns the index of the entry specified by aTag or -1 if aTag is not found in entries.
See Also: [NSMatrix -cellAtRow:column:]
Inserts a new entry with title as its title at the index index of the NSForm and returns the NSFormCell.
See Also: -addEntry: -removeEntryAtIndex:
Sets the spacing between all entries to spacing. By default the spacing is 4.
See Also: [NSMatrix -setIntercellSpacing:]
Sets the text alignment to aMode for all entries. See NSTextAlignment for more informations. The default text alignment is NSRightTextAlignment
See Also: -setTitleAlignment: [NSCell -setAlignment:]
Sets the contents writing direction to direction for all entries
See Also: [NSCell -setBaseWritingDirection:] -setTitleBaseWritingDirection:
Sets the text alignment of the title to aMode for all entries. See NSTextAlignment for more informations. The default title alignment is NSLeftTextAlignment
See Also: [NSFormCell -setTitleAlignment:] -setTextAlignment:
Sets the title writing direction to direction for all entries
See Also: [NSFormCell -setTitleBaseWritingDirection:] -setTextBaseWritingDirection:
Sets the text font of the title to fontObject for all entries
See Also: [NSFormCell -setTitleFont:] -setTextFont: