C# Class OpenTK.Platform.X11.SetWindowAttributes

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
background_pixel long
background_pixmap Pixmap
backing_pixel long
backing_planes long
backing_store int
bit_gravity int
border_pixel long
border_pixmap Pixmap
colormap Colormap
cursor Cursor
do_not_propagate_mask long
event_mask EventMask
override_redirect bool
save_under bool
win_gravity int

Property Details

background_pixel public_oe property

background pixel
public long background_pixel
return long

background_pixmap public_oe property

background, None, or ParentRelative
public Pixmap background_pixmap
return Pixmap

backing_pixel public_oe property

value to use in restoring planes
public long backing_pixel
return long

backing_planes public_oe property

planes to be preserved if possible
public long backing_planes
return long

backing_store public_oe property

NotUseful, WhenMapped, Always
public int backing_store
return int

bit_gravity public_oe property

one of bit gravity values
public int bit_gravity
return int

border_pixel public_oe property

border pixel value
public long border_pixel
return long

border_pixmap public_oe property

border of the window or CopyFromParent
public Pixmap border_pixmap
return Pixmap

colormap public_oe property

color map to be associated with window
public Colormap colormap
return Colormap

cursor public_oe property

cursor to be displayed (or None)
public Cursor cursor
return Cursor

do_not_propagate_mask public_oe property

set of events that should not propagate
public long do_not_propagate_mask
return long

event_mask public_oe property

set of events that should be saved
public EventMask event_mask
return EventMask

override_redirect public_oe property

boolean value for override_redirect
public bool override_redirect
return bool

save_under public_oe property

should bits under be saved? (popups)
public bool save_under
return bool

win_gravity public_oe property

one of the window gravity values
public int win_gravity
return int