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. type C_WidgetClassShowAllFieldCallback = Ptr Widget -> IO ()

    gi-gtk3 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  2. type C_WidgetClassShowFieldCallback = Ptr Widget -> IO ()

    gi-gtk3 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  3. type C_WidgetClassShowHelpFieldCallback = Ptr Widget -> CUInt -> IO CInt

    gi-gtk3 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  4. type WidgetClassShowAllFieldCallback = Widget -> IO ()

    gi-gtk3 GI.Gtk.Callbacks

    No description available in the introspection data.

  5. type WidgetClassShowFieldCallback = Widget -> IO ()

    gi-gtk3 GI.Gtk.Callbacks

    No description available in the introspection data.

  6. type WidgetClassShowHelpFieldCallback = Widget -> WidgetHelpType -> IO Bool

    gi-gtk3 GI.Gtk.Callbacks

    No description available in the introspection data.

  7. dynamic_WidgetClassShowAllFieldCallback :: (HasCallStack, MonadIO m, IsWidget a) => FunPtr C_WidgetClassShowAllFieldCallback -> a -> m ()

    gi-gtk3 GI.Gtk.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

  8. dynamic_WidgetClassShowFieldCallback :: (HasCallStack, MonadIO m, IsWidget a) => FunPtr C_WidgetClassShowFieldCallback -> a -> m ()

    gi-gtk3 GI.Gtk.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

  9. dynamic_WidgetClassShowHelpFieldCallback :: (HasCallStack, MonadIO m, IsWidget a) => FunPtr C_WidgetClassShowHelpFieldCallback -> a -> WidgetHelpType -> m Bool

    gi-gtk3 GI.Gtk.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

  10. genClosure_WidgetClassShowAllFieldCallback :: MonadIO m => WidgetClassShowAllFieldCallback -> m (GClosure C_WidgetClassShowAllFieldCallback)

    gi-gtk3 GI.Gtk.Callbacks

    Wrap the callback into a GClosure.

Page 302 of many | Previous | Next