mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
New ivars for traits, weight and a future preview string.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12378 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
827edcb7eb
commit
d9e15a0361
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#define _GNUstep_H_NSFontPanel
|
||||
|
||||
#include <AppKit/NSPanel.h>
|
||||
#include <AppKit/NSFontManager.h>
|
||||
|
||||
@class NSFont;
|
||||
@class NSView;
|
||||
|
@ -64,6 +65,10 @@ enum {
|
|||
NSMutableArray *_faceList;
|
||||
int _family;
|
||||
int _face;
|
||||
NSFontTraitMask _traits;
|
||||
int _weight;
|
||||
// user typed string for preview area
|
||||
NSString *_previewString;
|
||||
|
||||
// field for display
|
||||
NSView *_accessoryView;
|
||||
|
|
Loading…
Reference in a new issue