Up
Authors
Nicola Pero (n.pero@mi.flashnet.it
)
Date: Generated at 2025-02-11 22:28:58 +0100
The GSVbox class (a GNU extension)
Copyright: (C) 1999-2010 Free Software Foundation, Inc.
class_GSVbox
GSTable
GSTable
GSVbox
GSVbox
GSTable->GSVbox
Declared in:
GNUstepGUI/GSVbox.h
Availability: OpenStep
Description forthcoming.
Instance Variables
- (void)
addSeparator ;
Availability: OpenStep
See the documentation for GSHbox
- (void)
addSeparatorWithMinYMargin: (float)aMargin;
Availability: OpenStep
See the documentation for GSHbox
- (void)
addView: (
NSView *)aView;
Availability: OpenStep
See the documentation for GSHbox
- (void)
addView: (
NSView *)aView
enablingYResizing: (BOOL)aFlag;
Availability: OpenStep
See the documentation for GSHbox
- (void)
addView: (
NSView *)aView
enablingYResizing: (BOOL)aFlag
withMinYMargin: (float)aMargin;
Availability: OpenStep
See the documentation for GSHbox
- (void)
addView: (
NSView *)aView
withMinYMargin: (float)aMargin;
Availability: OpenStep
See the documentation for GSHbox
- (id)
init ;
Availability: OpenStep
Description forthcoming.
- (int)
numberOfViews ;
Availability: OpenStep
Return the number of views in the GSVbox (separators
included).
- (void)
setDefaultMinYMargin: (float)aMargin;
Availability: OpenStep
See the documentation for GSHbox
Instance Variables for GSVbox Class
@protected float _defaultMinYMargin ;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _haveViews ;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
Up