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

    gi-gtk4 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #sizeAllocate := value ]
    

  2. setWidgetClassSnapshot :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassSnapshotFieldCallback -> m ()

    gi-gtk4 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #snapshot := value ]
    

  3. setWidgetClassStateFlagsChanged :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassStateFlagsChangedFieldCallback -> m ()

    gi-gtk4 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #stateFlagsChanged := value ]
    

  4. setWidgetClassSystemSettingChanged :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassSystemSettingChangedFieldCallback -> m ()

    gi-gtk4 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #systemSettingChanged := value ]
    

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

    gi-gtk4 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #unmap := value ]
    

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

    gi-gtk4 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #unrealize := value ]
    

  7. setWidgetClassUnroot :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassUnrootFieldCallback -> m ()

    gi-gtk4 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #unroot := value ]
    

  8. setSourceName :: SourcePos -> SourceName -> SourcePos

    ginger Text.Ginger.Parse

    Set the name of the source.

  9. setVar :: forall (m :: Type -> Type) p h . Monad m => VarName -> GVal (Run p m h) -> Run p m h ()

    ginger Text.Ginger.Run.VM

    No documentation available.

  10. setFocusChild :: ContainerClass self => Signal self (Maybe Widget -> IO ())

    gtk Graphics.UI.Gtk.Abstract.Container

    A widget in the container received or lost the input focus.

Page 714 of many | Previous | Next