Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk3 GI.Gtk.Objects.Widget Connect a signal handler for the mapEvent signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after widget #mapEvent callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk3 GI.Gtk.Objects.Widget Connect a signal handler for the unmap signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after widget #unmap callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk3 GI.Gtk.Objects.Widget Connect a signal handler for the unmapEvent signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after widget #unmapEvent callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk3 GI.Gtk.Objects.Widget Connect a signal handler for the map signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on widget #map callback
-
gi-gtk3 GI.Gtk.Objects.Widget Connect a signal handler for the mapEvent signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on widget #mapEvent callback
-
gi-gtk3 GI.Gtk.Objects.Widget Connect a signal handler for the unmap signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on widget #unmap callback
-
gi-gtk3 GI.Gtk.Objects.Widget Connect a signal handler for the unmapEvent signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on widget #unmapEvent callback
widgetGetFontMap :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe FontMap)gi-gtk3 GI.Gtk.Objects.Widget Gets the font map that has been set with widgetSetFontMap. Since: 3.18
widgetGetMapped :: (HasCallStack, MonadIO m, IsWidget a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.Widget Whether the widget is mapped. Since: 2.20
widgetMap :: (HasCallStack, MonadIO m, IsWidget a) => a -> m ()gi-gtk3 GI.Gtk.Objects.Widget This function is only for use in widget implementations. Causes a widget to be mapped if it isn’t already.