Add highlightsBy method that returns current higlightsBy mask.

This commit is contained in:
Ilya Kulakov
2012-06-25 18:56:56 +07:00
parent d39849b297
commit c80417c433
+5
View File
@@ -404,6 +404,11 @@ CPButtonImageOffset = 3.0;
}
}
- (CPInteger)highlightsBy
{
return _highlightsBy;
}
- (void)setButtonType:(CPButtonType)aButtonType
{
switch (aButtonType)