mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-17 08:01:27 +00:00
Fix missing imports and @global and @class
This commit is contained in:
+3
-6
@@ -26,13 +26,10 @@
|
||||
#include "../Foundation/Foundation.h"
|
||||
|
||||
@import "CPControl.j"
|
||||
@import "CPViewAnimation.j"
|
||||
|
||||
@class CPViewAnimation
|
||||
|
||||
@global CPViewAnimationFadeOutEffect
|
||||
@global CPViewAnimationTargetKey
|
||||
@global CPViewAnimationEffectKey
|
||||
|
||||
@global CPWindowAbove
|
||||
@global CPWindowBelow
|
||||
|
||||
// CPScroller Constants
|
||||
CPScrollerNoPart = 0;
|
||||
|
||||
@@ -25,10 +25,12 @@
|
||||
@import "CPTableColumn.j"
|
||||
@import "CPTableView.j"
|
||||
@import "CPView.j"
|
||||
@import "CPPasteboard.j"
|
||||
|
||||
@class CPCursor
|
||||
|
||||
@global CPTableColumnUserResizingMask
|
||||
@global CPApp
|
||||
|
||||
|
||||
@implementation _CPTableColumnHeaderView : CPView
|
||||
|
||||
@@ -30,10 +30,16 @@
|
||||
@import "_CPCornerView.j"
|
||||
@import "CPScroller.j"
|
||||
@import "CPCompatibility.j"
|
||||
@import "CPPasteboard.j"
|
||||
@import "CPImageView.j"
|
||||
|
||||
@class CPScrollView
|
||||
@class CPUserDefaults
|
||||
@class CPTableHeaderView
|
||||
@class CPClipView
|
||||
@class CPButton
|
||||
|
||||
@global CPApp
|
||||
@global CPTableColumnAutoresizingMask
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user