NEW: Initial support for CPAppearance

This patch adds the `CPAppearance` class and uses it where needed.
There is nearly no impact, but in `_CPPopoverWindowView` where the
`CPPopoverAppearance` needs to be converted to a `CPAppearance` object

nib2cib support has also been added.

*This patch brings no new functionality.*
This commit is contained in:
Antoine Mercadal
2015-08-13 19:56:10 -07:00
parent 3d79799450
commit 6d67d30aee
8 changed files with 240 additions and 9 deletions
+2 -1
View File
@@ -604,5 +604,6 @@ var NSClasses = {
"NSWindow" : YES,
"NSWindowController" : YES,
"NSWorkspace" : YES,
"NSPopover": YES
"NSPopover": YES,
"NSAppearance" : YES
};