Up
Authors
- Douglas Simons (
doug.simons@testplant.com
)
-
- Gregory Casamento (
greg_casamento@yahoo.com
)
-
- Fred Kiefer (
FredKiefer@gmx.de
)
-
The drawer class
Copyright: (C) 2001 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSDrawer.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (void)
close;
Availability: OpenStep
Description forthcoming.
- (void)
close: (id)sender;
Availability: OpenStep
Description forthcoming.
- (
NSSize)
contentSize;
Availability: OpenStep
Description forthcoming.
- (
NSView*)
contentView;
Availability: OpenStep
Description forthcoming.
- (id)
delegate;
Availability: OpenStep
Description forthcoming.
- (
NSRectEdge)
edge;
Availability: OpenStep
Description forthcoming.
- (id)
initWithContentSize: (
NSSize)contentSize
preferredEdge: (
NSRectEdge)edge;
Availability: OpenStep
Description forthcoming.
- (
CGFloat)
leadingOffset;
Availability: OpenStep
Description forthcoming.
- (
NSSize)
maxContentSize;
Availability: OpenStep
Description forthcoming.
- (
NSSize)
minContentSize;
Availability: OpenStep
Description forthcoming.
- (void)
open;
Availability: OpenStep
Description forthcoming.
- (void)
open: (id)sender;
Availability: OpenStep
Description forthcoming.
- (void)
openOnEdge: (
NSRectEdge)edge;
Availability: OpenStep
Description forthcoming.
- (
NSWindow*)
parentWindow;
Availability: OpenStep
Description forthcoming.
- (
NSRectEdge)
preferredEdge;
Availability: OpenStep
Description forthcoming.
- (void)
setContentSize: (
NSSize)size;
Availability: OpenStep
Description forthcoming.
- (void)
setContentView: (
NSView*)aView;
Availability: OpenStep
Description forthcoming.
- (void)
setDelegate: (id)anObject;
Availability: OpenStep
Description forthcoming.
- (void)
setLeadingOffset: (
CGFloat)offset;
Availability: OpenStep
Description forthcoming.
- (void)
setMaxContentSize: (
NSSize)size;
Availability: OpenStep
Description forthcoming.
- (void)
setMinContentSize: (
NSSize)size;
Availability: OpenStep
Description forthcoming.
- (void)
setParentWindow: (
NSWindow*)parent;
Availability: OpenStep
Description forthcoming.
- (void)
setPreferredEdge: (
NSRectEdge)preferredEdge;
Availability: OpenStep
Description forthcoming.
- (void)
setTrailingOffset: (
CGFloat)offset;
Availability: OpenStep
Description forthcoming.
- (
NSInteger)
state;
Availability: OpenStep
Description forthcoming.
- (void)
toggle: (id)sender;
Availability: OpenStep
Description forthcoming.
- (
CGFloat)
trailingOffset;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSDrawer Class
@protected NSSize _contentSize;
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 NSRectEdge _currentEdge;
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 id _delegate;
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 id _drawerWindow;
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 CGFloat _leadingOffset;
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 NSSize _maxContentSize;
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 NSSize _minContentSize;
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 NSRectEdge _preferredEdge;
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 NSInteger _state;
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 CGFloat _trailingOffset;
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.
- Declared in:
- AppKit/NSDrawer.h
Availability: OpenStep
Description forthcoming.
Method summary
- (void)
drawerDidClose: (
NSNotification*)notification;
Availability: OpenStep
Description forthcoming.
- (void)
drawerDidOpen: (
NSNotification*)notification;
Availability: OpenStep
Description forthcoming.
- (BOOL)
drawerShouldClose: (
NSDrawer*)sender;
Availability: OpenStep
Description forthcoming.
- (BOOL)
drawerShouldOpen: (
NSDrawer*)sender;
Availability: OpenStep
Description forthcoming.
- (void)
drawerWillClose: (
NSNotification*)notification;
Availability: OpenStep
Description forthcoming.
- (void)
drawerWillOpen: (
NSNotification*)notification;
Availability: OpenStep
Description forthcoming.
- (
NSSize)
drawerWillResizeContents: (
NSDrawer*)sender
toSize: (
NSSize)contentSize;
Availability: OpenStep
Description forthcoming.
Up