Up

GSVbox

Authors

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

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


Contents -

  1. Software documentation for the GSVbox class

Software documentation for the GSVbox class

GSVbox : GSTable

Declared in:
AppKit/GSVbox.h
Standards:

Description forthcoming.

Method summary

addSeparator

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

Description forthcoming.


addSeparatorWithMinYMargin:

- (void) addSeparatorWithMinYMargin: (float)aMargin;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


addView:

- (void) addView: (NSView*)aView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


addView:enablingYResizing:

- (void) addView: (NSView*)aView enablingYResizing: (BOOL)aFlag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


addView:enablingYResizing:withMinYMargin:

- (void) addView: (NSView*)aView enablingYResizing: (BOOL)aFlag withMinYMargin: (float)aMargin;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


addView:withMinYMargin:

- (void) addView: (NSView*)aView withMinYMargin: (float)aMargin;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


init

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

Description forthcoming.


numberOfViews

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

Description forthcoming.


setDefaultMinYMargin:

- (void) setDefaultMinYMargin: (float)aMargin;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up