mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 09:40:50 +00:00
* 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:
parent
0ce90c0a6e
commit
86ef2ec6d8
4 changed files with 410 additions and 35 deletions
|
@ -47,8 +47,7 @@ enum {
|
|||
{
|
||||
// Attributes
|
||||
id _delegate;
|
||||
NSView *_contentView;
|
||||
NSWindow *_parentWindow;
|
||||
id _drawerWindow;
|
||||
NSRectEdge _preferredEdge;
|
||||
NSRectEdge _currentEdge;
|
||||
NSSize _maxContentSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue