mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 13:50:57 +00:00
Allow accessing 'in editing' flag
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@39638 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
746087b4ea
commit
24c6e2d30d
1 changed files with 5 additions and 0 deletions
|
@ -3236,6 +3236,11 @@ static NSColor *dtxtCol;
|
|||
_cell.in_editing = flag;
|
||||
}
|
||||
|
||||
- (BOOL) _inEditing
|
||||
{
|
||||
return _cell.in_editing;
|
||||
}
|
||||
|
||||
- (void) _updateFieldEditor: (NSText*)textObject
|
||||
{
|
||||
if (_formatter != nil)
|
||||
|
|
Loading…
Reference in a new issue