This commit is contained in:
Chris Hamons 2018-06-29 13:25:08 -07:00 коммит произвёл GitHub
Родитель 26cd76cb7e
Коммит a38604fd2f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -3906,6 +3906,10 @@ namespace AppKit {
[Mac (10,10)]
[Static, Export ("quaternaryLabelColor")]
NSColor QuaternaryLabelColor { get; }
[Mac (10, 10)]
[Static, Export ("linkColor", ArgumentSemantic.Strong)]
NSColor LinkColor { get; }
[Mac (10,12)]
[Static]

Просмотреть файл

@ -43,7 +43,6 @@
!missing-selector! +NSColor::alternatingContentBackgroundColors not bound
!missing-selector! +NSColor::controlAccentColor not bound
!missing-selector! +NSColor::findHighlightColor not bound
!missing-selector! +NSColor::linkColor not bound
!missing-selector! +NSColor::placeholderTextColor not bound
!missing-selector! +NSColor::selectedContentBackgroundColor not bound
!missing-selector! +NSColor::separatorColor not bound