Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setWidgetClassDestroyEvent :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassDestroyEventFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #destroyEvent := value ]
    

  2. setWidgetClassDirectionChanged :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassDirectionChangedFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #directionChanged := value ]
    

  3. setWidgetClassDispatchChildPropertiesChanged :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassDispatchChildPropertiesChangedFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #dispatchChildPropertiesChanged := value ]
    

  4. setWidgetClassDragBegin :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassDragBeginFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #dragBegin := value ]
    

  5. setWidgetClassDragDataDelete :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassDragDataDeleteFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #dragDataDelete := value ]
    

  6. setWidgetClassDragDataGet :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassDragDataGetFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #dragDataGet := value ]
    

  7. setWidgetClassDragDataReceived :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassDragDataReceivedFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #dragDataReceived := value ]
    

  8. setWidgetClassDragDrop :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassDragDropFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #dragDrop := value ]
    

  9. setWidgetClassDragEnd :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassDragEndFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #dragEnd := value ]
    

  10. setWidgetClassDragFailed :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassDragFailedFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #dragFailed := value ]
    

Page 596 of many | Previous | Next