C# Class Reign.Core.X11.XSetWindowAttributes

Show file Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
background_pixel System.IntPtr
background_pixmap System.IntPtr
backing_pixel System.IntPtr
backing_planes System.IntPtr
backing_store int
bit_gravity Gravity
border_pixel System.IntPtr
border_pixmap System.IntPtr
colormap System.IntPtr
cursor System.IntPtr
do_not_propagate_mask System.IntPtr
event_mask System.IntPtr
override_redirect bool
save_under bool
win_gravity Gravity

Property Details

background_pixel public property

public IntPtr,System background_pixel
return System.IntPtr

background_pixmap public property

public IntPtr,System background_pixmap
return System.IntPtr

backing_pixel public property

public IntPtr,System backing_pixel
return System.IntPtr

backing_planes public property

public IntPtr,System backing_planes
return System.IntPtr

backing_store public property

public int backing_store
return int

bit_gravity public property

public Gravity bit_gravity
return Gravity

border_pixel public property

public IntPtr,System border_pixel
return System.IntPtr

border_pixmap public property

public IntPtr,System border_pixmap
return System.IntPtr

colormap public property

public IntPtr,System colormap
return System.IntPtr

cursor public property

public IntPtr,System cursor
return System.IntPtr

do_not_propagate_mask public property

public IntPtr,System do_not_propagate_mask
return System.IntPtr

event_mask public property

public IntPtr,System event_mask
return System.IntPtr

override_redirect public property

public bool override_redirect
return bool

save_under public property

public bool save_under
return bool

win_gravity public property

public Gravity win_gravity
return Gravity