Package org.eclipse.swt.internal.win32
Class NMCUSTOMDRAW
java.lang.Object
org.eclipse.swt.internal.win32.NMHDR
org.eclipse.swt.internal.win32.NMCUSTOMDRAW
- Direct Known Subclasses:
NMLVCUSTOMDRAW
,NMTBCUSTOMDRAW
,NMTTCUSTOMDRAW
,NMTVCUSTOMDRAW
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
int
int
int
int
static final int
int
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dwDrawStage
public int dwDrawStage -
hdc
public int hdc -
left
public int left -
top
public int top -
right
public int right -
bottom
public int bottom -
dwItemSpec
public int dwItemSpec -
uItemState
public int uItemState -
lItemlParam
public int lItemlParam -
sizeof
public static final int sizeof
-
-
Constructor Details
-
NMCUSTOMDRAW
public NMCUSTOMDRAW()
-