- Timestamp:
- Nov 16, 2009, 1:19:10 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
r223 r225 1738 1738 public static final int MLFQS_CURSORSEL = 4; 1739 1739 1740 /************************************************************************* 1741 * afFormatFlags mask 1742 *************************************************************************/ 1743 public static final int MLFFMTRECT_LIMITHORZ = 0x00000001; 1744 public static final int MLFFMTRECT_LIMITVERT = 0x00000002; 1745 public static final int MLFFMTRECT_MATCHWINDOW = 0x00000004; 1746 public static final int MLFFMTRECT_FORMATRECT = 0x00000007; 1747 1740 1748 /* Entry field styles */ 1741 1749 … … 2331 2339 public static final native int WinSendMsg (int hwnd, int ulMsgid, LBOXINFO mpParam1, PSZ[] mpParam2); 2332 2340 public static final native int WinSendMsg (int hwnd, int ulMsgid, MENUITEM mpParam1, PSZ mpParam2); 2341 public static final native int WinSendMsg (int hwnd, int ulMsgid, int[] mpParam1, int mpParam2); 2333 2342 public static final native boolean WinSendMsg (int hwnd, int ulMsgid, int mpParam1, MENUITEM mpParam2); 2334 2343 public static final native boolean WinPostMsg (int hwnd, int ulMsgid,int mpParam1, int mpParam2);
Note:
See TracChangeset
for help on using the changeset viewer.