mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
3bea937d15
commit
ef1c288670
1 changed files with 6 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue