Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. windowShow :: (HasCallStack, MonadIO m, IsWindow a) => a -> m ()

    gi-gdk3 GI.Gdk.Objects.Window

    Like windowShowUnraised, but also raises the window to the top of the window stack (moves the window to the front of the Z-order). This function maps a window so it’s visible onscreen. Its opposite is windowHide. When implementing a GtkWidget, you should call this function on the widget's Window as part of the “map” method.

  2. windowShowUnraised :: (HasCallStack, MonadIO m, IsWindow a) => a -> m ()

    gi-gdk3 GI.Gdk.Objects.Window

    Shows a Window onscreen, but does not modify its stacking order. In contrast, windowShow will raise the window to the top of the window stack. On the X11 platform, in Xlib terms, this function calls XMapWindow() (it also updates some internal GDK state, which means that you can’t really use XMapWindow() directly on a GDK window).

  3. windowShowWindowMenu :: (HasCallStack, MonadIO m, IsWindow a) => a -> Event -> m Bool

    gi-gdk3 GI.Gdk.Objects.Window

    Asks the windowing system to show the window menu. The window menu is the menu shown when right-clicking the titlebar on traditional windows managed by the window manager. This is useful for windows using client-side decorations, activating it with a right-click on the window decorations. Since: 3.14

  4. coarbitraryShow :: Show a => a -> Gen b -> Gen b

    massiv-test Test.Massiv.Utils

    coarbitrary helper for lazy people :-).

  5. forAllShow :: Testable prop => Gen a -> (a -> String) -> (a -> prop) -> Property

    massiv-test Test.Massiv.Utils

    Like forAll, but with an explicitly given show function.

  6. forAllShrinkShow :: Testable prop => Gen a -> (a -> [a]) -> (a -> String) -> (a -> prop) -> Property

    massiv-test Test.Massiv.Utils

    Like forAllShrink, but with an explicitly given show function.

  7. propertyForAllShrinkShow :: Testable prop => Gen a -> (a -> [a]) -> (a -> [String]) -> (a -> prop) -> Property

    massiv-test Test.Massiv.Utils

    Optional; used internally in order to improve shrinking. Tests a property but also quantifies over an extra value (with a custom shrink and show function). The Testable instance for functions defines propertyForAllShrinkShow in a way that improves shrinking.

  8. package om-show

    Utilities for showing string-like things. Utilities for showing string-like things.

  9. liftShowsPrec :: Vector v a => (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> v a -> ShowS

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  10. iso8601Show :: ISO8601 t => t -> String

    rebase Rebase.Prelude

    Show in the most commonly used ISO 8601 format.

Page 287 of many | Previous | Next