Up
Authors
- Nicola Pero(
n.pero@mi.flashnet.it
)
-
The GSTable class (a GNU extension)
Copyright: (C) 1999 Free Software Foundation, Inc.
- Declared in:
- AppKit/GSTable.h
Standards:
Description forthcoming.
Method summary
- (void) addColumn;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) addRow;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (id) init;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (id) initWithNumberOfRows: (int)rows numberOfColumns: (int)columns;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (BOOL) isXResizingEnabledForColumn: (int)aColumn;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (BOOL) isYResizingEnabledForRow: (int)aRow;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSSize) minimumSize;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (int) numberOfColumns;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (int) numberOfRows;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) putView: (NSView*)aView atRow: (int)row column: (int)column;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) putView: (NSView*)aView atRow: (int)row column: (int)column withMargins: (float)margins;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (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.
- (void) putView: (NSView*)aView atRow: (int)row column: (int)column withXMargins: (float)xMargins yMargins: (float)yMargins;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setMaxXBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setMaxYBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setMinXBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setMinYBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setXBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setXResizingEnabled: (BOOL)aFlag forColumn: (int)aColumn;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setYBorder: (float)aBorder;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setYResizingEnabled: (BOOL)aFlag forRow: (int)aRow;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) sizeToFit;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
Up