mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:10:38 +00:00
* Source/NSEvent.m,
* Source/NSParagraphStyle.m: Use NSInteger instead of enumerator type name for decoding and encoding. * Header/AppKit/NSFontPanel.h, * Header/AppKit/NSOpenPanel.h, * Header/AppKit/NSDataLinkPanel.h, * Source/NSDataLinkPanel.m, * Header/AppKit/NSForm.h, * Source/NSForm.m, * Header/AppKit/NSHelpPanel.h, * Source/NSHelpPanel.m, * Source/NSColorPanel.m: Remove unused encoding/decoding * methods. * Source/NSCustomImageRep.m, * Source/NSEPSImageRep.m, * Source/NSMovie.m, * Source/NSRulerMarker.m, * Source/NSColorList.m: Flag missing keyed encoding/decoding. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36377 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6b09581658
commit
12c4d6cbdb
17 changed files with 150 additions and 129 deletions
|
@ -56,7 +56,7 @@ enum {
|
|||
NSFPSizeBrowser
|
||||
};
|
||||
|
||||
@interface NSFontPanel : NSPanel <NSCoding, NSTextFieldDelegate>
|
||||
@interface NSFontPanel : NSPanel <NSTextFieldDelegate>
|
||||
{
|
||||
// Attributes
|
||||
NSFont *_panelFont;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue