- Timestamp:
- Nov 20, 2009, 4:29:54 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
r225 r232 158 158 159 159 /* Dialog manager styles */ 160 //public static final int WS_GROUP = 0x00010000;160 public static final int WS_GROUP = 0x00010000; 161 161 public static final int WS_TABSTOP = 0x00020000; 162 162 // public static final int WS_MULTISELECT = 0x00040000; … … 2341 2341 public static final native int WinSendMsg (int hwnd, int ulMsgid, int[] mpParam1, int mpParam2); 2342 2342 public static final native boolean WinSendMsg (int hwnd, int ulMsgid, int mpParam1, MENUITEM mpParam2); 2343 public static final native boolean WinSendMsg (int hwnd, int ulMsgid, FATTRS mpParam1, int mpParam2); 2343 2344 public static final native boolean WinPostMsg (int hwnd, int ulMsgid,int mpParam1, int mpParam2); 2344 2345 public static final native int WinQueryMsgTime (int hab);
Note:
See TracChangeset
for help on using the changeset viewer.