Ignore:
Timestamp:
Oct 10, 2009, 7:07:03 PM (16 years ago)
Author:
lpino
Message:
  • Some clipboard APIs implemented and more constants added
File:
1 edited

Legend:

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

    r191 r200  
    309309   public static final int WM_BUTTON2UP               = 0x0075;
    310310   public static final int WM_BUTTON2DBLCLK           = 0x0076;
     311   public static final int WM_BUTTON3DOWN          = 0x0077;
     312   public static final int WM_BUTTON3UP            = 0x0078;
     313   public static final int WM_BUTTON3DBLCLK        = 0x0079;
    311314
    312315    /* WM_CHAR fs field bits */
     
    24022405public static final native boolean WinSetActiveWindow(int hwndDeskTop, int hwnd);
    24032406public static final native boolean WinQueryUpdateRect(int hwnd, RECTL prclPrc);
     2407public static final native boolean WinOpenClipbrd(int hab);
     2408public static final native boolean WinCloseClipbr(int hab);
     2409public static final native int WinQueryClipbrdData(int hab, int fmt);
    24042410public static final native boolean PrfQueryProfileSize (int hini, PSZ pszApp,
    24052411    PSZ pszKey, int[] pulDataLen);
Note: See TracChangeset for help on using the changeset viewer.