Up

GSTable class documentation

Authors

Nicola Pero( n.pero@mi.flashnet.it )
The GSTable class (a GNU extension)

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


Contents -

  1. Software documentation for the GSTable class

Software documentation for the GSTable class

GSTable : NSView

Declared in:
AppKit/GSTable.h
Standards:

Description forthcoming.

Method summary

addColumn

- (void) addColumn;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


addRow

- (void) addRow;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


init

- (id) init;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithNumberOfRows:numberOfColumns:

- (id) initWithNumberOfRows: (int)rows numberOfColumns: (int)columns;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isXResizingEnabledForColumn:

- (BOOL) isXResizingEnabledForColumn: (int)aColumn;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isYResizingEnabledForRow:

- (BOOL) isYResizingEnabledForRow: (int)aRow;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


minimumSize

- (NSSize) minimumSize;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


numberOfColumns

- (int) numberOfColumns;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


numberOfRows

- (int) numberOfRows;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


putView:atRow:column:

- (void) putView: (NSView*)aView atRow: (int)row column: (int)column;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


putView:atRow:column:withMargins:

- (void) putView: (NSView*)aView atRow: (int)row column: (int)column withMargins: (float)margins;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


putView:atRow:column:withMinXMargin:maxXMargin:minYMargin:maxYMargin:

- (void) putView: (NSView*)aView atRow: (int)row column: (int)column withMinXMargin: (float)minXMargin maxXMargin: (float)maxXMargin minYMargin: (float)minYMargin maxYMargin: (float)maxYMargin;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


putView:atRow:column:withXMargins:yMargins:

- (void) putView: (NSView*)aView atRow: (int)row column: (int)column withXMargins: (float)xMargins yMargins: (float)yMargins;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setBorder:

- (void) setBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setMaxXBorder:

- (void) setMaxXBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setMaxYBorder:

- (void) setMaxYBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setMinXBorder:

- (void) setMinXBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setMinYBorder:

- (void) setMinYBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setXBorder:

- (void) setXBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setXResizingEnabled:forColumn:

- (void) setXResizingEnabled: (BOOL)aFlag forColumn: (int)aColumn;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setYBorder:

- (void) setYBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setYResizingEnabled:forRow:

- (void) setYResizingEnabled: (BOOL)aFlag forRow: (int)aRow;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


sizeToFit

- (void) sizeToFit;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up