Package org.eclipse.swt.internal.gtk3
Class GdkWindowAttr
- java.lang.Object
-
- org.eclipse.swt.internal.gtk3.GdkWindowAttr
-
public class GdkWindowAttr extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description long
cursor
int
event_mask
int
height
boolean
override_redirect
static int
sizeof
long
title
long
visual
int
wclass
int
width
int
window_type
long
wmclass_class
long
wmclass_name
int
x
int
y
-
Constructor Summary
Constructors Constructor Description GdkWindowAttr()
-
-
-
Field Detail
-
title
public long title
-
event_mask
public int event_mask
-
x
public int x
-
y
public int y
-
width
public int width
-
height
public int height
-
wclass
public int wclass
-
visual
public long visual
-
window_type
public int window_type
-
cursor
public long cursor
-
wmclass_name
public long wmclass_name
-
wmclass_class
public long wmclass_class
-
override_redirect
public boolean override_redirect
-
sizeof
public static final int sizeof
-
-