mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:40:38 +00:00
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:
parent
1c755fe27f
commit
aabbc2a36d
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue