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. getWidgetClassShow :: MonadIO m => WidgetClass -> m (Maybe WidgetClassShowFieldCallback)

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Get the value of the “show” field. When overloading is enabled, this is equivalent to

    get widgetClass #show
    

  2. getWidgetClassShowAll :: MonadIO m => WidgetClass -> m (Maybe WidgetClassShowAllFieldCallback)

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Get the value of the “show_all” field. When overloading is enabled, this is equivalent to

    get widgetClass #showAll
    

  3. getWidgetClassShowHelp :: MonadIO m => WidgetClass -> m (Maybe WidgetClassShowHelpFieldCallback)

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Get the value of the “show_help” field. When overloading is enabled, this is equivalent to

    get widgetClass #showHelp
    

  4. setWidgetClassShow :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassShowFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Set the value of the “show” field. When overloading is enabled, this is equivalent to

    set widgetClass [ #show := value ]
    

  5. setWidgetClassShowAll :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassShowAllFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Set the value of the “show_all” field. When overloading is enabled, this is equivalent to

    set widgetClass [ #showAll := value ]
    

  6. setWidgetClassShowHelp :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassShowHelpFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Set the value of the “show_help” field. When overloading is enabled, this is equivalent to

    set widgetClass [ #showHelp := value ]
    

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

    gi-gtk4 GI.Gtk.Callbacks

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

  8. type WidgetClassShowFieldCallback = Widget -> IO ()

    gi-gtk4 GI.Gtk.Callbacks

    No description available in the introspection data.

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

    gi-gtk4 GI.Gtk.Callbacks

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

  10. genClosure_WidgetClassShowFieldCallback :: MonadIO m => WidgetClassShowFieldCallback -> m (GClosure C_WidgetClassShowFieldCallback)

    gi-gtk4 GI.Gtk.Callbacks

    Wrap the callback into a GClosure.

Page 332 of many | Previous | Next