Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
gprecShows :: (Generic a, GShow0 (Rep a)) => a -> PrecShowSgeneric-data Generic.Data.Internal.Show No documentation available.
gshowsPrec :: (Generic a, GShow0 (Rep a)) => Int -> a -> ShowSgeneric-data Generic.Data.Internal.Show Generic showsPrec.
instance Show MyType where showsPrec = gshowsPrec
-
gi-atk GI.Atk.Enums Indicates this object, the object's parent, the object's parent's parent, and so on, are all 'shown' to the end-user, i.e. subject to "exposure" if blocking or obscuring objects do not interpose between this object and the top of the window stack.
getShowEvents :: (HasCallStack, MonadIO m) => m Boolgi-gdk3 GI.Gdk.Functions Gets whether event debugging output is enabled.
setShowEvents :: (HasCallStack, MonadIO m) => Bool -> m ()gi-gdk3 GI.Gdk.Functions Sets whether a trace of received events is output. Note that GTK+ must be compiled with debugging (that is, configured using the --enable-debug option) to use this option.
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
toplevelShowWindowMenu :: (HasCallStack, MonadIO m, IsToplevel a, IsEvent b) => a -> b -> m Boolgi-gdk4 GI.Gdk.Interfaces.Toplevel 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.
coarbitraryShow :: Show a => a -> Gen b -> Gen bmassiv-test Test.Massiv.Utils coarbitrary helper for lazy people :-).