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.
See Implementation
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.