Changeset 81 for trunk/src


Ignore:
Timestamp:
May 28, 2008, 12:42:09 AM (17 years ago)
Author:
lpino
Message:

(OS.java) - New definitions to support accelerator tables

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  
    259259//    public static final int WM_HELPBASE =           0x0F00;
    260260//    public static final int WM_HELPTOP =            0x0FFF;
    261 //    public static final int WM_USER =               0x1000;
     261    public static final int WM_USER =               0x1000;
    262262   
    263263    /* Frame window related messages */
     
    384384//    public static final int VK_BLK1 =       0x40;
    385385//    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;
    387387//    public static final int VK_DBCSFIRST =  0x0080;
    388388//    public static final int VK_DBCSLAST =   0x00ff;
     
    22612261public static final native boolean WinPopupMenu(int hwndParent, int hwndOwner, int hwndMenu, int x, int y, int idItem, short fs);
    22622262public static final native int WinCreateAccelTable(int hab, ACCELTABLE acctAccelTable);
     2263public static final native boolean WinDestroyAccelTable(int haccelAccel);
     2264public static final native boolean WinSetAccelTable(int hab, int haccelAccel, int hwndFrame);
     2265public static final native boolean WinTranslateAccel(int hab, int hwnd, int haccelAccel, QMSG qmsg);
    22632266public static final native boolean PrfQueryProfileSize (int hini, PSZ pszApp,
    22642267    PSZ pszKey, int[] pulDataLen);
Note: See TracChangeset for help on using the changeset viewer.