mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-03 14:50:42 +00:00
Removed type definitions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8269 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3440c2f1fc
commit
c82c0197ce
1 changed files with 1 additions and 26 deletions
|
@ -27,32 +27,7 @@
|
||||||
#define _GNUstep_H_NSImageView
|
#define _GNUstep_H_NSImageView
|
||||||
|
|
||||||
#include <AppKit/NSControl.h>
|
#include <AppKit/NSControl.h>
|
||||||
|
#include <AppKit/NSImageCell.h>
|
||||||
typedef enum {
|
|
||||||
NSScaleProportionally = 0, // Fit propoRtionally
|
|
||||||
NSScaleToFit, // Forced fit (distort if necessary)
|
|
||||||
NSScaleNone // Don't scale (clip)
|
|
||||||
} NSImageScaling;
|
|
||||||
|
|
||||||
typedef enum {
|
|
||||||
NSImageAlignCenter = 0,
|
|
||||||
NSImageAlignTop,
|
|
||||||
NSImageAlignTopLeft,
|
|
||||||
NSImageAlignTopRight,
|
|
||||||
NSImageAlignLeft,
|
|
||||||
NSImageAlignBottom,
|
|
||||||
NSImageAlignBottomLeft,
|
|
||||||
NSImageAlignBottomRight,
|
|
||||||
NSImageAlignRight
|
|
||||||
} NSImageAlignment;
|
|
||||||
|
|
||||||
typedef enum {
|
|
||||||
NSImageFrameNone = 0,
|
|
||||||
NSImageFramePhoto,
|
|
||||||
NSImageFrameGrayBezel,
|
|
||||||
NSImageFrameGroove,
|
|
||||||
NSImageFrameButton
|
|
||||||
} NSImageFrameStyle;
|
|
||||||
|
|
||||||
@interface NSImageView : NSControl
|
@interface NSImageView : NSControl
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue