mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 06:41:12 +00:00
Expose title binding
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@35522 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0c5c7ed17e
commit
508b45d371
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
||||||
#import "AppKit/NSTextContainer.h"
|
#import "AppKit/NSTextContainer.h"
|
||||||
#import "AppKit/NSView.h"
|
#import "AppKit/NSView.h"
|
||||||
#import "AppKit/NSWindow.h"
|
#import "AppKit/NSWindow.h"
|
||||||
|
#import "AppKit/NSKeyValueBinding.h"
|
||||||
#import "GNUstepGUI/GSTheme.h"
|
#import "GNUstepGUI/GSTheme.h"
|
||||||
#import "GSGuiPrivate.h"
|
#import "GSGuiPrivate.h"
|
||||||
|
|
||||||
|
@ -116,6 +117,9 @@ static NSColor *dtxtCol;
|
||||||
name: NSSystemColorsDidChangeNotification
|
name: NSSystemColorsDidChangeNotification
|
||||||
object: nil];
|
object: nil];
|
||||||
[self _systemColorsChanged: nil];
|
[self _systemColorsChanged: nil];
|
||||||
|
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||||
|
[self exposeBinding: NSTitleBinding];
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue