mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:20:37 +00:00
Report the text field as being flipped.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25302 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
414b753f25
commit
a7f9a308f4
2 changed files with 10 additions and 0 deletions
|
@ -105,6 +105,11 @@ static Class textFieldCellClass;
|
|||
[super dealloc];
|
||||
}
|
||||
|
||||
- (BOOL) isFlipped
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
/** <p>Returns whether the NSTextField is editable. By default a NSTextField
|
||||
is not editable.</p>
|
||||
<p>See Also: -setEditable: [NSCell-isEditable]</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue