mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 09:53:41 +00:00
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:
@@ -604,5 +604,6 @@ var NSClasses = {
|
||||
"NSWindow" : YES,
|
||||
"NSWindowController" : YES,
|
||||
"NSWorkspace" : YES,
|
||||
"NSPopover": YES
|
||||
"NSPopover": YES,
|
||||
"NSAppearance" : YES
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user