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:
Riccardo Mottola 2023-09-12 23:49:05 +02:00
parent 9e0685b315
commit a3117e5598

View file

@ -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>