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.

  1. gprecShows :: (Generic a, GShow0 (Rep a)) => a -> PrecShowS

    generic-data Generic.Data.Internal.Show

    No documentation available.

  2. gshowsPrec :: (Generic a, GShow0 (Rep a)) => Int -> a -> ShowS

    generic-data Generic.Data.Internal.Show

    Generic showsPrec.

    instance Show MyType where
    showsPrec = gshowsPrec
    

  3. StateTypeShowing :: StateType

    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.

  4. getShowEvents :: (HasCallStack, MonadIO m) => m Bool

    gi-gdk3 GI.Gdk.Functions

    Gets whether event debugging output is enabled.

  5. 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.

  6. 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.

  7. 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).

  8. 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

  9. toplevelShowWindowMenu :: (HasCallStack, MonadIO m, IsToplevel a, IsEvent b) => a -> b -> m Bool

    gi-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.

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

    massiv-test Test.Massiv.Utils

    coarbitrary helper for lazy people :-).

Page 287 of many | Previous | Next