Up

GSHbox

Authors

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

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


Contents -

  1. Software documentation for the GSHbox class

Software documentation for the GSHbox class

GSHbox : GSTable

Declared in:
AppKit/GSHbox.h
Standards:

Description forthcoming.

Method summary

addSeparator

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

Description forthcoming.


addSeparatorWithMinXMargin:

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

Description forthcoming.


addView:

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

Description forthcoming.


addView:enablingXResizing:

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

Description forthcoming.


addView:enablingXResizing:withMinXMargin:

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

Description forthcoming.


addView:withMinXMargin:

- (void) addView: (NSView*)aView withMinXMargin: (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.


setDefaultMinXMargin:

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

Description forthcoming.



Up