- Timestamp:
- Jan 25, 2010, 3:14:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/org/eclipse/swt/internal/pm/OS.java
r246 r248 2407 2407 public static final int CMA_PREV = 0x0080; 2408 2408 public static final int CMA_NEXT = 0x0100; 2409 2410 public static final int CMA_FIRSTCHILD = 0x0002; 2411 2412 public static final int CMA_FLWINDOWATTR = 0x0004; /* Container attributes */ 2413 public static final int CMA_ITEMORDER = 0x0001; /* QueryRecord search flags */ 2409 2414 2410 2415 /* PM macros */ … … 2500 2505 public static final native int WinSendMsg (int hwnd, int ulMsgid, MENUITEM mpParam1, PSZ mpParam2); 2501 2506 public static final native int WinSendMsg (int hwnd, int ulMsgid, RECORDCORE mpParam1, RECORDINSERT mpParam2); 2507 public static final native int WinSendMsg (int hwnd, int ulMsgid, RECORDCORE mpParam1, int mpParam2); 2502 2508 public static final native int WinSendMsg (int hwnd, int ulMsgid, int[] mpParam1, int mpParam2); 2503 2509 public static final native boolean WinSendMsg (int hwnd, int ulMsgid, int mpParam1, MENUITEM mpParam2); 2504 2510 public static final native boolean WinSendMsg (int hwnd, int ulMsgid, FATTRS mpParam1, int mpParam2); 2511 public static final native boolean WinSendMsg (int hwnd, int ulMsgid, CNRINFO mpParam1, int mpParam2); 2505 2512 public static final native boolean WinPostMsg (int hwnd, int ulMsgid,int mpParam1, int mpParam2); 2506 2513 public static final native int WinQueryMsgTime (int hab);
Note:
See TracChangeset
for help on using the changeset viewer.