mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 08:50:59 +00:00
Added missing method performClick
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5031 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ca0920e81a
commit
da4d1b4efd
1 changed files with 4 additions and 0 deletions
|
@ -339,6 +339,10 @@ static Class cellClass;
|
||||||
{
|
{
|
||||||
[self setNeedsDisplay: YES];
|
[self setNeedsDisplay: YES];
|
||||||
}
|
}
|
||||||
|
- (void) performClick: (id)sender
|
||||||
|
{
|
||||||
|
[cell performClick: sender];
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Target and Action
|
* Target and Action
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue