- Timestamp:
- May 28, 2008, 12:42:09 AM (17 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
r72 r81 259 259 // public static final int WM_HELPBASE = 0x0F00; 260 260 // public static final int WM_HELPTOP = 0x0FFF; 261 //public static final int WM_USER = 0x1000;261 public static final int WM_USER = 0x1000; 262 262 263 263 /* Frame window related messages */ … … 384 384 // public static final int VK_BLK1 = 0x40; 385 385 // public static final int VK_BLK2 = 0x41; 386 //public static final int VK_MENU = VK_F10;386 public static final int VK_MENU = VK_F10; 387 387 // public static final int VK_DBCSFIRST = 0x0080; 388 388 // public static final int VK_DBCSLAST = 0x00ff; … … 2261 2261 public static final native boolean WinPopupMenu(int hwndParent, int hwndOwner, int hwndMenu, int x, int y, int idItem, short fs); 2262 2262 public static final native int WinCreateAccelTable(int hab, ACCELTABLE acctAccelTable); 2263 public static final native boolean WinDestroyAccelTable(int haccelAccel); 2264 public static final native boolean WinSetAccelTable(int hab, int haccelAccel, int hwndFrame); 2265 public static final native boolean WinTranslateAccel(int hab, int hwnd, int haccelAccel, QMSG qmsg); 2263 2266 public static final native boolean PrfQueryProfileSize (int hini, PSZ pszApp, 2264 2267 PSZ pszKey, int[] pulDataLen);
Note:
See TracChangeset
for help on using the changeset viewer.