mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
* Source/GSNibCompatibility.m: Implement establishConnection.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23786 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6a3e445d78
commit
55c4004157
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-10-07 10:13-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/GSNibCompatibility.m: Implement establishConnection.
|
||||
|
||||
2006-10-07 10:02-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSNibCompatibility.h: Declaration
|
||||
|
|
|
@ -1513,6 +1513,11 @@ static BOOL _isInInterfaceBuilder = NO;
|
|||
}
|
||||
}
|
||||
|
||||
- (void) establishConnection
|
||||
{
|
||||
[_dst setToolTip: _marker];
|
||||
}
|
||||
|
||||
- (void) setFile: (id)file
|
||||
{
|
||||
ASSIGN(_file, file);
|
||||
|
|
Loading…
Reference in a new issue