xhb-0.5.2011.10.21: X Haskell Bindings

Graphics.XHB.Connection.Open

Synopsis

Documentation

open :: String -> IO (Handle, Maybe Xauth, DispName)Source

Open a Handle to the X11 server specified in the argument. The DISPLAY environment variable is consulted if the argument is null.

data DispName Source

Constructors

DispName 

Fields

proto :: String
 
host :: String
 
display :: Int
 
screen :: Int
 

Instances