Include default methods for nextState and setState

This commit is contained in:
Ross Boucher
2009-09-12 20:48:44 -04:00
parent a32368f89a
commit 7aa58fa98a
+9
View File
@@ -301,6 +301,15 @@ var CPControlBlackColor = [CPColor blackColor];
[self highlight:NO];
}
- (void)setState:(int)state
{
}
- (int)nextState
{
return 0;
}
- (unsigned)mouseDownFlags
{
return _trackingMouseDownFlags;