mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 00:00:48 +00:00
Skeleton implementation of NSIBHelpConnector class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23080 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
439227702c
commit
8b6b7b71d8
3 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-06-18 14:38 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
|
* Headers/Additions/GNUstepGUI/GSNibCompatibility.h: Added
|
||||||
|
NSIBHelpConnector declaration.
|
||||||
|
* Source/GSNibCompatibility.m: Added skeleton implementation of
|
||||||
|
NSIBHelpConnector.
|
||||||
|
|
||||||
2006-06-17 20:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
2006-06-17 20:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* Source/GSNibCompatibility.m: Resize window to window rect
|
* Source/GSNibCompatibility.m: Resize window to window rect
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
- (id) realObject;
|
- (id) realObject;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
typedef struct _GSWindowTemplateFlags
|
typedef struct _GSWindowTemplateFlags
|
||||||
{
|
{
|
||||||
#ifdef WORDS_BIGENDIAN
|
#ifdef WORDS_BIGENDIAN
|
||||||
|
@ -79,6 +78,10 @@ typedef struct _GSWindowTemplateFlags
|
||||||
#endif
|
#endif
|
||||||
} GSWindowTemplateFlags;
|
} GSWindowTemplateFlags;
|
||||||
|
|
||||||
|
// help connector class...
|
||||||
|
@interface NSIBHelpConnector : NSNibConnector
|
||||||
|
@end
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class acts as a placeholder for the window. It doesn't derive from
|
* This class acts as a placeholder for the window. It doesn't derive from
|
||||||
* NSWindow for two reasons. First, it shouldn't instantiate a window immediately
|
* NSWindow for two reasons. First, it shouldn't instantiate a window immediately
|
||||||
|
|
|
@ -1300,3 +1300,7 @@ static BOOL _isInInterfaceBuilder = NO;
|
||||||
|
|
||||||
@implementation _NSCornerView
|
@implementation _NSCornerView
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
@implementation NSIBHelpConnector
|
||||||
|
@end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue