Up

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 in:
AppKit/NSForm.h
Conforms to:
NSCoding
Standards:

Description forthcoming.



Instance Variables for NSForm Class

_title_width_needs_update

@private BOOL _title_width_needs_update;

Description forthcoming.





Method summary

_setTitleWidthNeedsUpdate: 

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

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


addEntry: 

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

Description forthcoming.


cellAtIndex: 

- (id) cellAtIndex: (int)index;

Description forthcoming.


drawCellAtIndex: 

- (void) drawCellAtIndex: (int)index;

Description forthcoming.


indexOfCellWithTag: 

- (int) indexOfCellWithTag: (int)aTag;

Description forthcoming.


indexOfSelectedItem 

- (int) indexOfSelectedItem;

Description forthcoming.


insertEntry: atIndex: 

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

Description forthcoming.


removeEntryAtIndex: 

- (void) removeEntryAtIndex: (int)index;

Description forthcoming.


selectTextAtIndex: 

- (void) selectTextAtIndex: (int)index;

Description forthcoming.


setBezeled: 

- (void) setBezeled: (BOOL)flag;

Description forthcoming.


setBordered: 

- (void) setBordered: (BOOL)flag;

Description forthcoming.


setEntryWidth: 

- (void) setEntryWidth: (float)width;

Description forthcoming.


setInterlineSpacing: 

- (void) setInterlineSpacing: (float)spacing;

Description forthcoming.


setTextAlignment: 

- (void) setTextAlignment: (int)aMode;

Description forthcoming.


setTextFont: 

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

Description forthcoming.


setTitleAlignment: 

- (void) setTitleAlignment: (NSTextAlignment)aMode;

Description forthcoming.


setTitleFont: 

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

Description forthcoming.



Up