mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:30:49 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8173 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
906d92927f
commit
d63a710a45
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2000-11-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSPrintOperation.h:
|
||||
* Source/NSPrintOperation.m: Split up in three classes added
|
||||
primitiv printing in file
|
||||
* Source/NSPageLayout.m: Added more graphical elements,
|
||||
any functionality is still missing.
|
||||
* Source/GSInfoPanel.m: Use system fonts, not explicit names.
|
||||
|
||||
Tue Nov 14 23:45:56 2000 Adam Fedor <fedor@yogi.doc.com>
|
||||
|
||||
* Source/NSScrollView.m (reflectScrolledClipView:): Check for
|
||||
|
|
|
@ -64,6 +64,7 @@ typedef enum _NSPrintingPageOrder {
|
|||
NSView *_accessoryView;
|
||||
NSPrintingPageOrder _pageOrder;
|
||||
BOOL _showPanels;
|
||||
BOOL _pathSet;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue