mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Put in methd in a private category to silence warning. Apple doesn't expose the method in its header, but we don't we don't know if it has it private. In case it is a GS extension, perhaps we should name it private with an _.
This commit is contained in:
parent
9e0685b315
commit
a3117e5598
1 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,14 @@ static NSNotificationCenter *nc;
|
|||
inView: (NSView *)controlView;
|
||||
@end
|
||||
|
||||
/*
|
||||
* Declaration of private NSTextField method
|
||||
*/
|
||||
|
||||
@interface NSTextField (GNUstepPrivate)
|
||||
- (BOOL)textView: (NSTextView*)textView doCommandBySelector: (SEL)command;
|
||||
@end
|
||||
|
||||
/**
|
||||
<unit>
|
||||
<heading>Class Description</heading>
|
||||
|
|
Loading…
Reference in a new issue