mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:00:37 +00:00
* Headers/AppKit/NSBrowser.h
* Headers/AppKit/NSFontPanel.h * Headers/AppKit/NSMatrix.h * Headers/AppKit/NSTableView.h * Source/NSBrowser.m * Source/NSFontPanel.m * Source/NSMatrix.m: Small fixes to last change. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36042 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
40fb48e5de
commit
1aa1803744
8 changed files with 84 additions and 28 deletions
|
@ -64,8 +64,8 @@ enum {
|
|||
BOOL _preview;
|
||||
|
||||
// store currently selected information
|
||||
NSMutableArray *_familyList;
|
||||
NSMutableArray *_faceList;
|
||||
NSArray *_familyList;
|
||||
NSArray *_faceList;
|
||||
int _family;
|
||||
int _face;
|
||||
NSFontTraitMask _traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue