Copyright | (c) Jan Vornberger 2009 |
---|---|
License | BSD3-style (see LICENSE) |
Maintainer | jan.vornberger@informatik.uni-oldenburg.de |
Stability | unstable |
Portability | not portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
A helper module to visualize the process of dragging a window by making it follow the mouse cursor. See XMonad.Layout.WindowSwitcherDecoration for a module that makes use of this.
Documentation
draggingVisualizer :: LayoutClass l Window => l Window -> ModifiedLayout DraggingVisualizer l Window Source #
data DraggingVisualizerMsg Source #
Instances
Eq DraggingVisualizerMsg Source # | |
Defined in XMonad.Layout.DraggingVisualizer (==) :: DraggingVisualizerMsg -> DraggingVisualizerMsg -> Bool # (/=) :: DraggingVisualizerMsg -> DraggingVisualizerMsg -> Bool # | |
Message DraggingVisualizerMsg Source # | |
Defined in XMonad.Layout.DraggingVisualizer |
data DraggingVisualizer a Source #