mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 09:53:41 +00:00
Include default methods for nextState and setState
This commit is contained in:
@@ -301,6 +301,15 @@ var CPControlBlackColor = [CPColor blackColor];
|
||||
[self highlight:NO];
|
||||
}
|
||||
|
||||
- (void)setState:(int)state
|
||||
{
|
||||
}
|
||||
|
||||
- (int)nextState
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
- (unsigned)mouseDownFlags
|
||||
{
|
||||
return _trackingMouseDownFlags;
|
||||
|
||||
Reference in New Issue
Block a user