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. setWidgetClassStyleSet :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassStyleSetFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #styleSet := value ]
    

  2. setWidgetClassStyleUpdated :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassStyleUpdatedFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #styleUpdated := value ]
    

  3. setWidgetClassTouchEvent :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassTouchEventFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #touchEvent := value ]
    

  4. setWidgetClassUnmap :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassUnmapFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #unmap := value ]
    

  5. setWidgetClassUnmapEvent :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassUnmapEventFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #unmapEvent := value ]
    

  6. setWidgetClassUnrealize :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassUnrealizeFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #unrealize := value ]
    

  7. setWidgetClassVisibilityNotifyEvent :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassVisibilityNotifyEventFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #visibilityNotifyEvent := value ]
    

  8. setWidgetClassWindowStateEvent :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassWindowStateEventFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #windowStateEvent := value ]
    

  9. setDebugFlags :: (HasCallStack, MonadIO m) => [DebugFlags] -> m ()

    gi-gtk4 GI.Gtk.Functions

    Sets the GTK debug flags.

  10. setAccessibleAccessibleRole :: (MonadIO m, IsAccessible o) => o -> AccessibleRole -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Accessible

    Set the value of the “accessible-role” property. When overloading is enabled, this is equivalent to

    set accessible [ #accessibleRole := value ]
    

Page 602 of many | Previous | Next