Up
Authors
- 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.
- (float)
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: (float)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: (float)offset;
Availability: OpenStep
Description forthcoming.
- (int)
state;
Availability: OpenStep
Description forthcoming.
- (void)
toggle: (id)sender;
Availability: OpenStep
Description forthcoming.
- (float)
trailingOffset;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSDrawer Class
@protected NSSize _contentSize;
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 NSView* _contentView;
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;
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;
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 float _leadingOffset;
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;
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;
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 NSWindow* _parentWindow;
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;
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 int _state;
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 float _trailingOffset;
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