mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 17:06:23 +00:00
Simple printint implementation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11341 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
81915f4a3c
commit
04a3436aff
119 changed files with 4892 additions and 3621 deletions
|
@ -158,6 +158,21 @@ NSString *NSDrawerWillOpenNotification =
|
|||
NSString *_NSFormCellDidChangeTitleWidthNotification
|
||||
= @"_NSFormCellDidChangeTitleWidthNotification";
|
||||
|
||||
// NSGraphicContext constants
|
||||
NSString *NSGraphicsContextDestinationAttributeName =
|
||||
@"NSGraphicsContextDestinationAttributeName";
|
||||
NSString *NSGraphicsContextPDFFormat =
|
||||
@"NSGraphicsContextPDFFormat";
|
||||
NSString *NSGraphicsContextPSFormat =
|
||||
@"NSGraphicsContextPSFormat";
|
||||
NSString *NSGraphicsContextRepresentationFormatAttributeName =
|
||||
@"NSGraphicsContextRepresentationFormatAttributeName";
|
||||
|
||||
NSString *NSImageInterpolationDefault = @"NSImageInterpolationDefault";
|
||||
NSString *NSImageInterpolationNone = @"NSImageInterpolationNone";
|
||||
NSString *NSImageInterpolationLow = @"NSImageInterpolationLow";
|
||||
NSString *NSImageInterpolationHigh = @"NSImageInterpolationHigh";
|
||||
|
||||
// NSHelpManager notifications;
|
||||
NSString *NSContextHelpModeDidActivateNotification =
|
||||
@"NSContextHelpModeDidActivateNotification";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue