mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:00:37 +00:00
Merged changes from gnustep_testplant_branch branch and cleaned them up
a bit. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
58fa0b0126
commit
ac6909e871
12 changed files with 209 additions and 40 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
#import <AppKit/NSPanel.h>
|
||||
#import <AppKit/NSFontManager.h>
|
||||
#import <AppKit/NSTextField.h> // needed for NSTextFieldDelegate
|
||||
|
||||
@class NSFont;
|
||||
@class NSView;
|
||||
|
@ -55,7 +56,7 @@ enum {
|
|||
NSFPSizeBrowser
|
||||
};
|
||||
|
||||
@interface NSFontPanel : NSPanel <NSCoding>
|
||||
@interface NSFontPanel : NSPanel <NSCoding, NSTextFieldDelegate>
|
||||
{
|
||||
// Attributes
|
||||
NSFont *_panelFont;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue