Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 16551e78563a5b49ff9624ee1c8b8101 > files > 802

ghc-xmonad-contrib-devel-0.11-1.1.fc18.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>XMonad.Layout.DecorationAddons</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_XMonad-Layout-DecorationAddons.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/XMonad-Layout-DecorationAddons.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">xmonad-contrib-0.11: Third party extensions for xmonad</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>not portable</td></tr><tr><th>Stability</th><td>unstable</td></tr><tr><th>Maintainer</th><td>jan.vornberger@informatik.uni-oldenburg.de</td></tr><tr><th>Safe Haskell</th><td>Safe-Infered</td></tr></table><p class="caption">XMonad.Layout.DecorationAddons</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Various stuff that can be added to the decoration. Most of it
 is intended to be used by other modules. See
 <a href="XMonad-Layout-ButtonDecoration.html">XMonad.Layout.ButtonDecoration</a> for a module that makes use of this.
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:titleBarButtonHandler">titleBarButtonHandler</a> :: <a href="/usr/share/doc/ghc/html/libraries/X11-1.6.0/Graphics-X11-Types.html#t:Window">Window</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-Core.html#t:X">X</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.5.0.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:defaultThemeWithButtons">defaultThemeWithButtons</a> :: <a href="XMonad-Layout-Decoration.html#t:Theme">Theme</a></li><li class="src short"><a href="#v:handleScreenCrossing">handleScreenCrossing</a> :: <a href="/usr/share/doc/ghc/html/libraries/X11-1.6.0/Graphics-X11-Types.html#t:Window">Window</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/X11-1.6.0/Graphics-X11-Types.html#t:Window">Window</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-Core.html#t:X">X</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.5.0.0/Data-Bool.html#t:Bool">Bool</a></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:titleBarButtonHandler" class="def">titleBarButtonHandler</a> :: <a href="/usr/share/doc/ghc/html/libraries/X11-1.6.0/Graphics-X11-Types.html#t:Window">Window</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.5.0.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-Core.html#t:X">X</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.5.0.0/Data-Bool.html#t:Bool">Bool</a><a href="src/XMonad-Layout-DecorationAddons.html#titleBarButtonHandler" class="link">Source</a></p><div class="doc"><p>A function intended to be plugged into the <code><a href="XMonad-Layout-Decoration.html#v:decorationCatchClicksHook">decorationCatchClicksHook</a></code> of a decoration.
 It will intercept clicks on the buttons of the decoration and invoke the associated action.
 To actually see the buttons, you will need to use a theme that includes them.
 See <code><a href="XMonad-Layout-DecorationAddons.html#v:defaultThemeWithButtons">defaultThemeWithButtons</a></code> below.
</p></div></div><div class="top"><p class="src"><a name="v:defaultThemeWithButtons" class="def">defaultThemeWithButtons</a> :: <a href="XMonad-Layout-Decoration.html#t:Theme">Theme</a><a href="src/XMonad-Layout-DecorationAddons.html#defaultThemeWithButtons" class="link">Source</a></p><div class="doc"><p>Intended to be used together with <code><a href="XMonad-Layout-DecorationAddons.html#v:titleBarButtonHandler">titleBarButtonHandler</a></code>. See above.
</p></div></div><div class="top"><p class="src"><a name="v:handleScreenCrossing" class="def">handleScreenCrossing</a> :: <a href="/usr/share/doc/ghc/html/libraries/X11-1.6.0/Graphics-X11-Types.html#t:Window">Window</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/X11-1.6.0/Graphics-X11-Types.html#t:Window">Window</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/xmonad-0.11/XMonad-Core.html#t:X">X</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.5.0.0/Data-Bool.html#t:Bool">Bool</a><a href="src/XMonad-Layout-DecorationAddons.html#handleScreenCrossing" class="link">Source</a></p><div class="doc"><p>A function intended to be plugged into the <code><a href="XMonad-Layout-Decoration.html#v:decorationAfterDraggingHook">decorationAfterDraggingHook</a></code> of a decoration.
 It will check if the window has been dragged onto another screen and shift it there.
 The PositionStore is also updated accordingly, as this is designed to be used together
 with <a href="XMonad-Layout-PositionStoreFloat.html">XMonad.Layout.PositionStoreFloat</a>.
</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.10.0</p></div></body></html>