C# Class Reign.Core.X11.XCreateWindowEvent

Show file Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
border_width int
display System.IntPtr
height int
override_redirect bool
parent System.IntPtr
send_event bool
serial System.IntPtr
type int
width int
window System.IntPtr
x int
y int

Property Details

border_width public property

public int border_width
return int

display public property

public IntPtr,System display
return System.IntPtr

height public property

public int height
return int

override_redirect public property

public bool override_redirect
return bool

parent public property

public IntPtr,System parent
return System.IntPtr

send_event public property

public bool send_event
return bool

serial public property

public IntPtr,System serial
return System.IntPtr

type public property

public int type
return int

width public property

public int width
return int

window public property

public IntPtr,System window
return System.IntPtr

x public property

public int x
return int

y public property

public int y
return int