gdk-sharp 0.0.0.0 neutral Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Hints to the window manager. These are hints for the window manager that indicate what type of function the window has. The window manager can use this when determining decoration and behaviour of the window. The hint must be set before mapping the window. These map to the FreeDesktop WM specification (http://freedesktop.org/Standards/wm-spec/) System.Enum System.IComparable System.IConvertible System.IFormattable Field Gdk.WindowTypeHint Normal toplevel window. Field Gdk.WindowTypeHint Dialog window. Field Gdk.WindowTypeHint Window used to implement a menu. Field Gdk.WindowTypeHint Window used to implement toolbars. Field Gdk.WindowTypeHint Indicates that the window is a splash screen displayed as an application is starting up. Field Gdk.WindowTypeHint Indicates a small persistent utility window, such as a palette or toolbox. It is distinct from type Toolbar because it does not correspond to a toolbar torn off from the main application. It's distinct from type Dialog because it isn't a transient dialog, the user will probably keep it open while they're working. Field Gdk.WindowTypeHint Indicates a dock or panel feature. Typically a Window Manager would keep such windows on top of all other windows. Field Gdk.WindowTypeHint Indicates a desktop feature. This can include a single window containing desktop icons with the same dimensions as the screen, allowing the desktop environment to have full control of the desktop, without the need for proxying root window clicks. Field System.Int32 Internal field. Do not use.