mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 02:41:01 +00:00
Add binding name
This commit is contained in:
parent
629c3afef2
commit
abb10cb670
1 changed files with 1 additions and 2 deletions
|
@ -86,13 +86,12 @@
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
// Keys in options dictionary
|
|
||||||
|
|
||||||
// binding values
|
// binding values
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST)
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST)
|
||||||
typedef NSString *NSBindingName;
|
typedef NSString *NSBindingName;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Keys in options dictionary
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||||
APPKIT_EXPORT BOOL NSIsControllerMarker(id object);
|
APPKIT_EXPORT BOOL NSIsControllerMarker(id object);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue