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.
viaShowsPrec :: (Int -> a -> ShowS) -> Int -> a -> Doc anngrisette Grisette.Internal.Core.Data.Class.PPrint Pretty print a value using showsPrec.
module Grisette.Internal.TH.Derivation.
DeriveShow No documentation available.
deriveShow :: DeriveConfig -> Name -> Q [Dec]grisette Grisette.Internal.TH.Derivation.DeriveShow Derive Show instance for a data type.
deriveShow1 :: DeriveConfig -> Name -> Q [Dec]grisette Grisette.Internal.TH.Derivation.DeriveShow Derive Show1 instance for a data type.
deriveShow2 :: DeriveConfig -> Name -> Q [Dec]grisette Grisette.Internal.TH.Derivation.DeriveShow Derive Show2 instance for a data type.
widgetGetNoShowAll :: WidgetClass self => self -> IO Boolgtk3 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
widgetNoShowAll :: WidgetClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Abstract.Widget Whether widgetShowAll should not affect this widget. Default value: False
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
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.
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).