GdkSubwindowMode

Determines how drawing onto a window will affect child windows of that window. GDK_CLIP_BY_CHILDREN only draw onto the window itself. GDK_INCLUDE_INFERIORS draw onto the window and child windows.

Values

ValueMeaning
CLIP_BY_CHILDREN0
INCLUDE_INFERIORS1

Meta