Window
Description:
[ CCode ( has_construct_function = false ) ]
public Window (Window? parent, WindowAttr attributes, WindowAttributesType attributes_mask)
  public Window (Window? parent, WindowAttr attributes, WindowAttributesType attributes_mask)
Creates a new Window using the attributes from attributes.
 See WindowAttr and 
        WindowAttributesType for more details. Note: to use this on displays other than the default display, parent must be 
      specified.
Parameters:
| parent | 
           a Window, or null to create the window as a child of the default root window for the default display.  | 
      
| attributes | 
           attributes of the new window  | 
      
| attributes_mask | 
           mask indicating which  fields in   | 
      
Returns:
| 
           the new Window  |