xmonad-contrib-0.11.4: Third party extensions for xmonad

Copyright(c) Jan Vornberger 2009
LicenseBSD3-style (see LICENSE)
Maintainerjan.vornberger@informatik.uni-oldenburg.de
Stabilityunstable
Portabilitynot portable
Safe HaskellNone
LanguageHaskell98

XMonad.Util.PositionStore

Description

A utility module to store information about position and size of a window. See XMonad.Layout.PositionStoreFloat for a layout that makes use of this.

Documentation

posStoreInsert :: PositionStore -> Window -> Rectangle -> Rectangle -> PositionStore Source

posStoreMove :: PositionStore -> Window -> Position -> Position -> Rectangle -> Rectangle -> PositionStore Source

posStoreQuery :: PositionStore -> Window -> Rectangle -> Maybe Rectangle Source