mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Updated for change in private method name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8354 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9835ced269
commit
d2d2d2c3aa
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ enum {
|
|||
//
|
||||
@interface NSCell (PrivateMethods)
|
||||
|
||||
- (NSMutableDictionary*) _typingAttributes;
|
||||
- (NSMutableDictionary*) _nonAutoreleasedTypingAttributes;
|
||||
- (NSColor*) textColor;
|
||||
- (NSSize) _sizeText: (NSString*) title;
|
||||
- (void) _drawText: (NSString*)aString inFrame: (NSRect)aRect;
|
||||
|
|
Loading…
Reference in a new issue