* Headers/AppKit/NSDrawer.h: Added ivars to support implementation.

* Source/GSNibCompatibility.m: Moved comments to top, for gcc < 3.0
        compilation.
        * Source/NSDrawer.m: Added GSDrawerWindow implementation and
        implementation of some methods in NSDrawer to interact with the 
        window.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23482 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2006-09-13 04:32:23 +00:00
parent 0ce90c0a6e
commit 86ef2ec6d8
4 changed files with 410 additions and 35 deletions

View file

@ -47,8 +47,7 @@ enum {
{
// Attributes
id _delegate;
NSView *_contentView;
NSWindow *_parentWindow;
id _drawerWindow;
NSRectEdge _preferredEdge;
NSRectEdge _currentEdge;
NSSize _maxContentSize;