mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fixed compilation warning in nib2cib
This commit is contained in:
@@ -180,7 +180,7 @@ var NSDatePickerDefaultSize = 22,
|
||||
CPDateFormatter _formatter @accessors(getter=formatter);
|
||||
CPInteger _datePickerMode @accessors(getter=datePickerMode);
|
||||
CPInteger _datePickerElements @accessors(getter=datePickerElements);
|
||||
CPinteger _datePickerType @accessors(getter=datePickerType);
|
||||
CPInteger _datePickerType @accessors(getter=datePickerType);
|
||||
double _timeInterval @accessors(getter=timeInterval);
|
||||
CPColor _textColor @accessors(getter=textColor);
|
||||
CPColor _backgroundColor @accessors(getter=backgroundColor);
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
@end
|
||||
|
||||
// NSImageCell
|
||||
|
||||
@typedef NSImageAlignment
|
||||
NSImageAlignCenter = 0;
|
||||
NSImageAlignTop = 1;
|
||||
NSImageAlignTopLeft = 2;
|
||||
@@ -78,12 +78,13 @@ NSImageAlignBottomLeft = 6;
|
||||
NSImageAlignBottomRight = 7;
|
||||
NSImageAlignRight = 8;
|
||||
|
||||
|
||||
@typedef NSImageScaling
|
||||
NSImageScaleProportionallyDown = 0;
|
||||
NSImageScaleAxesIndependently = 1;
|
||||
NSImageScaleNone = 2;
|
||||
NSImageScaleProportionallyUpOrDown = 3;
|
||||
|
||||
@typedef NSImageFrameStyle
|
||||
NSImageFrameNone = 0;
|
||||
NSImageFramePhoto = 1;
|
||||
NSImageFrameGrayBezel = 2;
|
||||
|
||||
Reference in New Issue
Block a user