Hoogle Search
Within LTS Haskell 23.25 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
class (Show layout a, Typeable layout) =>
LayoutClass (layout :: Type -> Type) axmonad XMonad.Core Every layout must be an instance of LayoutClass, which defines the basic layout operations along with a sensible default for each. All of the methods have default implementations, so there is no minimal complete definition. They do, however, have a dependency structure by default; this is something to be aware of should you choose to implement one of these methods. Here is how a minimal complete definition would look like if we did not provide any default implementations:
- runLayout || ((doLayout || pureLayout) && emptyLayout)
- handleMessage || pureMessage
- description
class ContainerClass o =>
LayoutClass ogtk Graphics.UI.Gtk.Layout.Layout No documentation available.
class ContainerClass o =>
LayoutClass ogtk3 Graphics.UI.Gtk.Layout.Layout No documentation available.
class (Show layout a, Typeable layout) =>
LayoutClass (layout :: Type -> Type) axmonad-contrib XMonad.Config.Prime Every layout must be an instance of LayoutClass, which defines the basic layout operations along with a sensible default for each. All of the methods have default implementations, so there is no minimal complete definition. They do, however, have a dependency structure by default; this is something to be aware of should you choose to implement one of these methods. Here is how a minimal complete definition would look like if we did not provide any default implementations:
- runLayout || ((doLayout || pureLayout) && emptyLayout)
- handleMessage || pureMessage
- description
class GObjectClass o =>
CellLayoutClass ogtk Graphics.UI.Gtk.ModelView.CellLayout No documentation available.
class GObjectClass o =>
CellLayoutClass ogtk3 Graphics.UI.Gtk.ModelView.CellLayout No documentation available.
Page 1 of 1