Added mixed state support

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6827 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-06-27 17:33:16 +00:00
parent 1c755fe27f
commit aabbc2a36d

View file

@ -137,6 +137,21 @@ id _nsbuttonCellClass = nil;
return [_cell state];
}
- (BOOL) allowsMixedState
{
return [_cell allowsMixedState];
}
- (void) setAllowsMixedState: (BOOL)flag
{
[_cell setAllowsMixedState: flag];
}
- (void)setNextState
{
[_cell setNextState];
}
//
// Setting the Repeat Interval
//