mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 22:31:56 +00:00
Added some ivars
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7828 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
535933387d
commit
12e8ac1299
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ enum {
|
||||||
@interface NSPageLayout : NSPanel <NSCoding>
|
@interface NSPageLayout : NSPanel <NSCoding>
|
||||||
{
|
{
|
||||||
// Attributes
|
// Attributes
|
||||||
|
int _result;
|
||||||
|
float _old;
|
||||||
|
float _new;
|
||||||
|
NSPrintInfo *_printInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue