C# 클래스 OpenTK.Platform.X11.SetWindowAttributes

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

background_pixel 공개적으로 프로퍼티

background pixel
public long background_pixel
리턴 long

background_pixmap 공개적으로 프로퍼티

background, None, or ParentRelative
public Pixmap background_pixmap
리턴 Pixmap

backing_pixel 공개적으로 프로퍼티

value to use in restoring planes
public long backing_pixel
리턴 long

backing_planes 공개적으로 프로퍼티

planes to be preserved if possible
public long backing_planes
리턴 long

backing_store 공개적으로 프로퍼티

NotUseful, WhenMapped, Always
public int backing_store
리턴 int

bit_gravity 공개적으로 프로퍼티

one of bit gravity values
public int bit_gravity
리턴 int

border_pixel 공개적으로 프로퍼티

border pixel value
public long border_pixel
리턴 long

border_pixmap 공개적으로 프로퍼티

border of the window or CopyFromParent
public Pixmap border_pixmap
리턴 Pixmap

colormap 공개적으로 프로퍼티

color map to be associated with window
public Colormap colormap
리턴 Colormap

cursor 공개적으로 프로퍼티

cursor to be displayed (or None)
public Cursor cursor
리턴 Cursor

do_not_propagate_mask 공개적으로 프로퍼티

set of events that should not propagate
public long do_not_propagate_mask
리턴 long

event_mask 공개적으로 프로퍼티

set of events that should be saved
public EventMask event_mask
리턴 EventMask

override_redirect 공개적으로 프로퍼티

boolean value for override_redirect
public bool override_redirect
리턴 bool

save_under 공개적으로 프로퍼티

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

win_gravity 공개적으로 프로퍼티

one of the window gravity values
public int win_gravity
리턴 int