Changeset 55 for trunk/src


Ignore:
Timestamp:
Dec 26, 2007, 5:00:24 PM (18 years ago)
Author:
lpino
Message:

(OS.java) - Added FID_MENU and SYSCLR_MENU constants and WinPopupMenu API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/org/eclipse/swt/internal/pm/OS.java

    r46 r55  
    626626//    public static final int FID_TITLEBAR =          0x8003;
    627627//    public static final int FID_MINMAX =            0x8004;
    628 //    public static final int FID_MENU =              0x8005;
     628    public static final int FID_MENU =              0x8005;
    629629//    public static final int FID_VERTSCROLL =        0x8006;
    630630//    public static final int FID_HORZSCROLL =        0x8007;
     
    879879//    public static final int SYSCLR_ACTIVETITLE =            -23;
    880880//    public static final int SYSCLR_INACTIVETITLE =          -22;
    881 //    public static final int SYSCLR_MENU =                   -21;
     881    public static final int SYSCLR_MENU =                   -21;
    882882    public static final int SYSCLR_WINDOW =                 -20;
    883883    public static final int SYSCLR_WINDOWFRAME =            -19;
     
    22512251public static final native boolean WinFreeFileDlgList (PSZ[] papszFQFilename);
    22522252public static final native int WinOpenWindowDC(int hwnd);
     2253public static final native boolean WinPopupMenu(int hwndParent, int hwndOwner, int hwndMenu, int x, int y, int idItem, short fs);
    22532254public static final native boolean PrfQueryProfileSize (int hini, PSZ pszApp,
    22542255    PSZ pszKey, int[] pulDataLen);
Note: See TracChangeset for help on using the changeset viewer.