|
Lines 41-46
Link Here
|
| 41 |
public static final int inStructure = 15; |
41 |
public static final int inStructure = 15; |
| 42 |
public static final int inZoomIn = 7; |
42 |
public static final int inZoomIn = 7; |
| 43 |
public static final int inZoomOut = 8; |
43 |
public static final int inZoomOut = 8; |
|
|
44 |
public static final int inToolbarButton = 13; |
| 44 |
public static final int italic = 2; |
45 |
public static final int italic = 2; |
| 45 |
public static final int k32ARGBPixelFormat = 0x00000020; |
46 |
public static final int k32ARGBPixelFormat = 0x00000020; |
| 46 |
public static final int kAEQuitApplication = ('q'<<24) + ('u'<<16) + ('i'<<8) + 't'; |
47 |
public static final int kAEQuitApplication = ('q'<<24) + ('u'<<16) + ('i'<<8) + 't'; |
|
Lines 386-391
Link Here
|
| 386 |
public static final int kEventWindowHidden = 25; |
387 |
public static final int kEventWindowHidden = 25; |
| 387 |
public static final int kEventWindowHitTest = 1003; |
388 |
public static final int kEventWindowHitTest = 1003; |
| 388 |
public static final int kEventWindowShown = 24; |
389 |
public static final int kEventWindowShown = 24; |
|
|
390 |
public static final int kEventWindowToolbarSwitchMode = 150; |
| 389 |
public static final int kEventWindowUpdate = 1; |
391 |
public static final int kEventWindowUpdate = 1; |
| 390 |
public static final int kFMIterationCompleted = -980; |
392 |
public static final int kFMIterationCompleted = -980; |
| 391 |
public static final int kFloatingWindowClass = 5; |
393 |
public static final int kFloatingWindowClass = 5; |
|
Lines 687-692
Link Here
|
| 687 |
public static final int kWindowResizableAttribute = (1 << 4); |
689 |
public static final int kWindowResizableAttribute = (1 << 4); |
| 688 |
public static final int kWindowStandardHandlerAttribute = (1 << 25); |
690 |
public static final int kWindowStandardHandlerAttribute = (1 << 25); |
| 689 |
public static final int kWindowStructureRgn = 32; |
691 |
public static final int kWindowStructureRgn = 32; |
|
|
692 |
public static final int kWindowToolbarButtonAttribute = (1 << 6); |
| 690 |
public static final int kWindowUpdateRgn= 34; |
693 |
public static final int kWindowUpdateRgn= 34; |
| 691 |
public static final int mouseDown = 1; |
694 |
public static final int mouseDown = 1; |
| 692 |
public static final int noErr = 0; |
695 |
public static final int noErr = 0; |
|
Lines 941-946
Link Here
|
| 941 |
public static final native int CGShadingCreateRadial (int colorspace, CGPoint start, float startRadius, CGPoint end, float endRadius, int function, boolean extendStart, boolean extendEnd); |
944 |
public static final native int CGShadingCreateRadial (int colorspace, CGPoint start, float startRadius, CGPoint end, float endRadius, int function, boolean extendStart, boolean extendEnd); |
| 942 |
public static final native void CGShadingRelease (int shading); |
945 |
public static final native void CGShadingRelease (int shading); |
| 943 |
public static final native int CGWarpMouseCursorPosition (CGPoint newCursorPosition); |
946 |
public static final native int CGWarpMouseCursorPosition (CGPoint newCursorPosition); |
|
|
947 |
public static final native int ChangeWindowAttributes(int windowHandle, int setAttributes, int clearAttributes); |
| 944 |
public static final native int CPSEnableForegroundOperation(int[] psn, int arg2, int arg3, int arg4, int arg5); |
948 |
public static final native int CPSEnableForegroundOperation(int[] psn, int arg2, int arg3, int arg4, int arg5); |
| 945 |
public static final native int CPSSetProcessName(int[] psn, byte[] name); |
949 |
public static final native int CPSSetProcessName(int[] psn, byte[] name); |
| 946 |
public static final native int CallNextEventHandler(int nextHandler, int eventRefHandle); |
950 |
public static final native int CallNextEventHandler(int nextHandler, int eventRefHandle); |