Changeset 248 for trunk/src


Ignore:
Timestamp:
Jan 25, 2010, 3:14:37 PM (16 years ago)
Author:
lpino
Message:
  • More constants
File:
1 edited

Legend:

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

    r246 r248  
    24072407   public static final int CMA_PREV             = 0x0080;
    24082408   public static final int CMA_NEXT             = 0x0100;
     2409   
     2410   public static final int CMA_FIRSTCHILD       = 0x0002;
     2411   
     2412   public static final int CMA_FLWINDOWATTR      = 0x0004;       /* Container attributes     */
     2413   public static final int CMA_ITEMORDER        = 0x0001;       /* QueryRecord search flags */
    24092414
    24102415/* PM macros */
     
    25002505public static final native int WinSendMsg (int hwnd, int ulMsgid, MENUITEM mpParam1, PSZ mpParam2);
    25012506public static final native int WinSendMsg (int hwnd, int ulMsgid, RECORDCORE mpParam1, RECORDINSERT mpParam2);
     2507public static final native int WinSendMsg (int hwnd, int ulMsgid, RECORDCORE mpParam1, int mpParam2);
    25022508public static final native int WinSendMsg (int hwnd, int ulMsgid, int[] mpParam1, int mpParam2);
    25032509public static final native boolean WinSendMsg (int hwnd, int ulMsgid, int mpParam1, MENUITEM mpParam2);
    25042510public static final native boolean WinSendMsg (int hwnd, int ulMsgid, FATTRS mpParam1, int mpParam2);
     2511public static final native boolean WinSendMsg (int hwnd, int ulMsgid, CNRINFO mpParam1, int mpParam2);
    25052512public static final native boolean WinPostMsg (int hwnd, int ulMsgid,int mpParam1, int mpParam2);
    25062513public static final native int WinQueryMsgTime (int hab);
Note: See TracChangeset for help on using the changeset viewer.