Package | Description |
---|---|
org.eclipse.swt.internal.ole.win32 | |
org.eclipse.swt.internal.win32 |
Modifier and Type | Method and Description |
---|---|
int |
IViewObject2.GetExtent(int dwAspect,
int lindex,
DVTARGETDEVICE ptd,
SIZE lpsizel) |
int |
IOleObject.GetExtent(int dwDrawAspect,
SIZE pSizel) |
int |
IOleObject.SetExtent(int dwDrawAspect,
SIZE pSizel) |
static int |
COM.VtblCall(int fnNumber,
long ppVtbl,
int arg0,
int arg1,
DVTARGETDEVICE arg2,
SIZE arg3) |
static int |
COM.VtblCall(int fnNumber,
long ppVtbl,
int arg0,
SIZE arg1) |
Modifier and Type | Field and Description |
---|---|
SIZE |
SHDRAGIMAGE.sizeDragImage |
Modifier and Type | Method and Description |
---|---|
static boolean |
OS.GetTextExtentPoint32(long hdc,
TCHAR lpString,
int cbString,
SIZE lpSize) |
static boolean |
OS.GetTextExtentPoint32A(long hdc,
byte[] lpString,
int cbString,
SIZE lpSize) |
static boolean |
OS.GetTextExtentPoint32W(long hdc,
char[] lpString,
int cbString,
SIZE lpSize) |
static int |
OS.GetThemePartSize(long hTheme,
long hdc,
int iPartId,
int iStateId,
RECT prc,
int eSize,
SIZE psz) |
static long |
OS.SendMessage(long hWnd,
int Msg,
long wParam,
SIZE lParam) |
static long |
OS.SendMessageA(long hWnd,
int Msg,
long wParam,
SIZE lParam) |
static long |
OS.SendMessageW(long hWnd,
int Msg,
long wParam,
SIZE lParam) |
static boolean |
OS.SetViewportExtEx(long hdc,
int nXExtent,
int nYExtent,
SIZE lpSize) |
static boolean |
OS.SetWindowExtEx(long hdc,
int nXExtent,
int nYExtent,
SIZE lpSize) |
static boolean |
OS.UpdateLayeredWindow(long hwnd,
long hdcDst,
POINT pptDst,
SIZE psize,
long hdcSrc,
POINT pptSrc,
int crKey,
BLENDFUNCTION pblend,
int dwFlags) |
Copyright © 2017. All Rights Reserved.