Fixed compilation warning in nib2cib

This commit is contained in:
Alexandre Wilhelm
2014-11-06 15:11:58 -08:00
parent 45248bcb65
commit ab2657b795
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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);
+3 -2
View File
@@ -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;