Class GdkWindowAttr
java.lang.Object
org.eclipse.swt.internal.gtk3.GdkWindowAttr
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
int
int
boolean
static final int
long
long
int
int
int
long
long
int
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
-
Constructor Details
-
GdkWindowAttr
public GdkWindowAttr()
-