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.
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.
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).
windowShowWindowMenu :: (HasCallStack, MonadIO m, IsWindow a) => a -> Event -> m Boolgi-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
coarbitraryShow :: Show a => a -> Gen b -> Gen bmassiv-test Test.Massiv.Utils coarbitrary helper for lazy people :-).
forAllShow :: Testable prop => Gen a -> (a -> String) -> (a -> prop) -> Propertymassiv-test Test.Massiv.Utils Like forAll, but with an explicitly given show function.
forAllShrinkShow :: Testable prop => Gen a -> (a -> [a]) -> (a -> String) -> (a -> prop) -> Propertymassiv-test Test.Massiv.Utils Like forAllShrink, but with an explicitly given show function.
-
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.
-
Utilities for showing string-like things. Utilities for showing string-like things.
liftShowsPrec :: Vector v a => (Int -> a -> ShowS) -> ([a] -> ShowS) -> Int -> v a -> ShowSrebase Rebase.Data.Vector.Generic No documentation available.
iso8601Show :: ISO8601 t => t -> Stringrebase Rebase.Prelude Show in the most commonly used ISO 8601 format.