Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a415ccfe8ac2c4ff600ff4fd61d2fddb > files > 60

haskell-X11-1.4.5-1mdv2009.1.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Graphics.X11.Xlib.Window</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
><SCRIPT TYPE="text/javascript"
>window.onload = function () {setSynopsis("mini_Graphics-X11-Xlib-Window.html")};</SCRIPT
></HEAD
><BODY
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="topbar"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD
><IMG SRC="haskell_icon.gif" WIDTH="16" HEIGHT="16" ALT=" "
></TD
><TD CLASS="title"
>X11-1.4.5: A binding to the X11 graphics library</TD
><TD CLASS="topbut"
><A HREF="index.html"
>Contents</A
></TD
><TD CLASS="topbut"
><A HREF="doc-index.html"
>Index</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="modulebar"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD
><FONT SIZE="6"
>Graphics.X11.Xlib.Window</FONT
></TD
><TD ALIGN="right"
><TABLE CLASS="narrow" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="infohead"
>Portability</TD
><TD CLASS="infoval"
>portable</TD
></TR
><TR
><TD CLASS="infohead"
>Stability</TD
><TD CLASS="infoval"
>provisional</TD
></TR
><TR
><TD CLASS="infohead"
>Maintainer</TD
><TD CLASS="infoval"
>libraries@haskell.org</TD
></TR
></TABLE
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
>Description</TD
></TR
><TR
><TD CLASS="doc"
>A collection of FFI declarations for interfacing with Xlib Windows.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
>Synopsis</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="#v%3AstoreName"
>storeName</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; String -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AcreateSimpleWindow"
>createSimpleWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; CInt -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APixel"
>Pixel</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APixel"
>Pixel</A
> -&gt; IO <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AcreateWindow"
>createWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; CInt -&gt; CInt -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindowClass"
>WindowClass</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3AVisual"
>Visual</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AAttributeMask"
>AttributeMask</A
> -&gt; Ptr <A HREF="Graphics-X11-Xlib-Types.html#t%3ASetWindowAttributes"
>SetWindowAttributes</A
> -&gt; IO <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AtranslateCoordinates"
>translateCoordinates</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; IO (Bool, <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
>, <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
>, <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
>)</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AmoveResizeWindow"
>moveResizeWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AresizeWindow"
>resizeWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AmoveWindow"
>moveWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AreparentWindow"
>reparentWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AmapSubwindows"
>mapSubwindows</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AunmapSubwindows"
>unmapSubwindows</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AmapWindow"
>mapWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AlowerWindow"
>lowerWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AraiseWindow"
>raiseWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AcirculateSubwindowsDown"
>circulateSubwindowsDown</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AcirculateSubwindowsUp"
>circulateSubwindowsUp</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AcirculateSubwindows"
>circulateSubwindows</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3ACirculationDirection"
>CirculationDirection</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AiconifyWindow"
>iconifyWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3AScreenNumber"
>ScreenNumber</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AwithdrawWindow"
>withdrawWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3AScreenNumber"
>ScreenNumber</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AdestroyWindow"
>destroyWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AdestroySubwindows"
>destroySubwindows</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AsetWindowBorder"
>setWindowBorder</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APixel"
>Pixel</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AsetWindowBorderPixmap"
>setWindowBorderPixmap</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3APixmap"
>Pixmap</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AsetWindowBorderWidth"
>setWindowBorderWidth</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AsetWindowBackground"
>setWindowBackground</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APixel"
>Pixel</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AsetWindowBackgroundPixmap"
>setWindowBackgroundPixmap</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3APixmap"
>Pixmap</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AsetWindowColormap"
>setWindowColormap</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AColormap"
>Colormap</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AaddToSaveSet"
>addToSaveSet</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AremoveFromSaveSet"
>removeFromSaveSet</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AchangeSaveSet"
>changeSaveSet</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AChangeSaveSetMode"
>ChangeSaveSetMode</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AclearWindow"
>clearWindow</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3AclearArea"
>clearArea</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; Bool -&gt; IO ()</TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="#v%3ArestackWindows"
>restackWindows</A
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; [<A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
>] -&gt; IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
>Documentation</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AstoreName"
></A
><B
>storeName</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; String -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XStoreName()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AcreateSimpleWindow"
></A
><B
>createSimpleWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; CInt -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APixel"
>Pixel</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APixel"
>Pixel</A
> -&gt; IO <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
></TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XCreateSimpleWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AcreateWindow"
></A
><B
>createWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; CInt -&gt; CInt -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindowClass"
>WindowClass</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3AVisual"
>Visual</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AAttributeMask"
>AttributeMask</A
> -&gt; Ptr <A HREF="Graphics-X11-Xlib-Types.html#t%3ASetWindowAttributes"
>SetWindowAttributes</A
> -&gt; IO <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
></TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XCreateWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AtranslateCoordinates"
></A
><B
>translateCoordinates</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; IO (Bool, <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
>, <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
>, <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
>)</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XTranslateCoordinates()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AmoveResizeWindow"
></A
><B
>moveResizeWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XMoveResizeWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AresizeWindow"
></A
><B
>resizeWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XResizeWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AmoveWindow"
></A
><B
>moveWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XMoveWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AreparentWindow"
></A
><B
>reparentWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XReparentWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AmapSubwindows"
></A
><B
>mapSubwindows</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XMapSubwindows()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AunmapSubwindows"
></A
><B
>unmapSubwindows</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XUnmapSubwindows()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AmapWindow"
></A
><B
>mapWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XMapWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AlowerWindow"
></A
><B
>lowerWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XLowerWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AraiseWindow"
></A
><B
>raiseWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XRaiseWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AcirculateSubwindowsDown"
></A
><B
>circulateSubwindowsDown</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XCirculateSubwindowsDown()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AcirculateSubwindowsUp"
></A
><B
>circulateSubwindowsUp</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XCirculateSubwindowsUp()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AcirculateSubwindows"
></A
><B
>circulateSubwindows</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3ACirculationDirection"
>CirculationDirection</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XCirculateSubwindows()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AiconifyWindow"
></A
><B
>iconifyWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3AScreenNumber"
>ScreenNumber</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XIconifyWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AwithdrawWindow"
></A
><B
>withdrawWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3AScreenNumber"
>ScreenNumber</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XWithdrawWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AdestroyWindow"
></A
><B
>destroyWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XDestroyWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AdestroySubwindows"
></A
><B
>destroySubwindows</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XDestroySubwindows()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AsetWindowBorder"
></A
><B
>setWindowBorder</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APixel"
>Pixel</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XSetWindowBorder()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AsetWindowBorderPixmap"
></A
><B
>setWindowBorderPixmap</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3APixmap"
>Pixmap</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XSetWindowBorderPixmap()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AsetWindowBorderWidth"
></A
><B
>setWindowBorderWidth</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XSetWindowBorderWidth()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AsetWindowBackground"
></A
><B
>setWindowBackground</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APixel"
>Pixel</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XSetWindowBackground()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AsetWindowBackgroundPixmap"
></A
><B
>setWindowBackgroundPixmap</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3APixmap"
>Pixmap</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XSetWindowBackgroundPixmap()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AsetWindowColormap"
></A
><B
>setWindowColormap</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AColormap"
>Colormap</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XSetWindowColormap()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AaddToSaveSet"
></A
><B
>addToSaveSet</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XAddToSaveSet()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AremoveFromSaveSet"
></A
><B
>removeFromSaveSet</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XRemoveFromSaveSet()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AchangeSaveSet"
></A
><B
>changeSaveSet</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AChangeSaveSetMode"
>ChangeSaveSetMode</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XChangeSaveSet()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AclearWindow"
></A
><B
>clearWindow</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XClearWindow()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3AclearArea"
></A
><B
>clearArea</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; <A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3APosition"
>Position</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; <A HREF="Graphics-X11-Xlib-Types.html#t%3ADimension"
>Dimension</A
> -&gt; Bool -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XClearArea()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v%3ArestackWindows"
></A
><B
>restackWindows</B
> :: <A HREF="Graphics-X11-Xlib-Types.html#t%3ADisplay"
>Display</A
> -&gt; [<A HREF="Graphics-X11-Types.html#t%3AWindow"
>Window</A
>] -&gt; IO ()</TD
></TR
><TR
><TD CLASS="doc"
>interface to the X11 library function <TT
>XRestackWindows()</TT
>.
</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="botbar"
>Produced by <A HREF="http://www.haskell.org/haddock/"
>Haddock</A
> version 2.4.1</TD
></TR
></TABLE
></BODY
></HTML
>