window-utils-0.2.1.0: OS window icon/name utilities
Safe HaskellSafe-Inferred
LanguageGHC2021

OS.Window

Documentation

data Window Source #

Instances

Instances details
Show Window Source # 
Instance details

Defined in OS.Window.X11

Eq Window Source # 
Instance details

Defined in OS.Window.X11

Methods

(==) :: Window -> Window -> Bool #

(/=) :: Window -> Window -> Bool #

Ord Window Source # 
Instance details

Defined in OS.Window.X11

findByName Source #

Arguments

:: Text

substring which must appear in the window title

-> IO Window 

setIcon Source #

Arguments

:: Window 
-> ByteString

PNG image

-> IO ()