gdk-sharp 2.8.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Used to indicate which fields in the struct should be honored. For example, if you filled in the "cursor" and "x" fields of , pass Gdk.WindowAttributesType.X | Gdk.WindowAttributesType.Cursor to new Gdk.Window (). Fields in not covered by a bit in this enum are required; for example, the width/height, wclass, and window_type fields are required. System.Enum GLib.GType(WrapperType=typeof(Gdk.WindowAttributesTypeGType)) System.Flags Field Gdk.WindowAttributesType Honor the title field. Field Gdk.WindowAttributesType Honor the x coordinate field. Field Gdk.WindowAttributesType Honor the y coordinate field. Field Gdk.WindowAttributesType Honor the cursor field. Field Gdk.WindowAttributesType Honor the colormap field. Field Gdk.WindowAttributesType Honor the visual field. Field Gdk.WindowAttributesType Honor the wmclass_class and wmclass_name fields. Field Gdk.WindowAttributesType Honor the override_redirect field.