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. viaShowsPrec :: (Int -> a -> ShowS) -> Int -> a -> Doc ann

    grisette Grisette.Internal.Core.Data.Class.PPrint

    Pretty print a value using showsPrec.

  2. module Grisette.Internal.TH.Derivation.DeriveShow

    No documentation available.

  3. deriveShow :: DeriveConfig -> Name -> Q [Dec]

    grisette Grisette.Internal.TH.Derivation.DeriveShow

    Derive Show instance for a data type.

  4. deriveShow1 :: DeriveConfig -> Name -> Q [Dec]

    grisette Grisette.Internal.TH.Derivation.DeriveShow

    Derive Show1 instance for a data type.

  5. deriveShow2 :: DeriveConfig -> Name -> Q [Dec]

    grisette Grisette.Internal.TH.Derivation.DeriveShow

    Derive Show2 instance for a data type.

  6. widgetGetNoShowAll :: WidgetClass self => self -> IO Bool

    gtk3 Graphics.UI.Gtk.Abstract.Widget

    Returns the current value of the noShowAll property, which determines whether calls to widgetShowAll and widgetHideAll will affect this widget.

    • Available since Gtk+ version 2.4

  7. widgetNoShowAll :: WidgetClass self => Attr self Bool

    gtk3 Graphics.UI.Gtk.Abstract.Widget

    Whether widgetShowAll should not affect this widget. Default value: False

  8. widgetSetNoShowAll :: WidgetClass self => self -> Bool -> IO ()

    gtk3 Graphics.UI.Gtk.Abstract.Widget

    Sets the noShowAll property, which determines whether calls to widgetShowAll and widgetHideAll will affect this widget. This is mostly for use in constructing widget hierarchies with externally controlled visibility, see UIManager.

    • Available since Gtk+ version 2.4

  9. widgetShow :: WidgetClass self => self -> IO ()

    gtk3 Graphics.UI.Gtk.Abstract.Widget

    Flags a widget to be displayed. Any widget that isn't shown will not appear on the screen. If you want to show all the widgets in a container, it's easier to call widgetShowAll on the container, instead of individually showing the widgets. Remember that you have to show the containers containing a widget, in addition to the widget itself, before it will appear onscreen. When a toplevel container is shown, it is immediately realized and mapped; other shown widgets are realized and mapped when their toplevel container is realized and mapped.

  10. widgetShowAll :: WidgetClass self => self -> IO ()

    gtk3 Graphics.UI.Gtk.Abstract.Widget

    Recursively shows a widget, and any child widgets (if the widget is a container).

Page 379 of many | Previous | Next