Delcare the methods [attributedTitle], [setAttributedTitle:] and

[setTitleWithMnemonic:].
Removed methods already declared for super classes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10652 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-08-04 14:44:35 +00:00
parent 3bea937d15
commit ef1c288670

View file

@ -44,11 +44,6 @@
NSCell* _titleCell;
}
//
// Determining Graphic Attributes
//
- (BOOL)isOpaque;
//
// Modifying the Title
//
@ -62,17 +57,14 @@
- (float)titleWidth;
- (float)titleWidth:(NSSize)aSize;
#ifndef STRICT_OPENSTEP
//
// Displaying
// Attributed title
//
- (void)drawWithFrame:(NSRect)cellFrame
inView:(NSView*)controlView;
//
// NSCoding protocol
//
- (void)encodeWithCoder:aCoder;
- initWithCoder:aDecoder;
- (NSAttributedString *)attributedTitle;
- (void)setAttributedTitle:(NSAttributedString *)anAttributedString;
- (void)setTitleWithMnemonic:(NSString *)titleWithAmpersand;
#endif
@end