Hoogle Search

Within Stackage Nightly 2026-06-25 (ghc-9.12.4)

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

  1. setContainerClassGetPathForChild :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassGetPathForChildFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set containerClass [ #getPathForChild := value ]
    

  2. setContainerClassRemove :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassRemoveFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set containerClass [ #remove := value ]
    

  3. setContainerClassSetChildProperty :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassSetChildPropertyFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set containerClass [ #setChildProperty := value ]
    

  4. setContainerClassSetFocusChild :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassSetFocusChildFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set containerClass [ #setFocusChild := value ]
    

  5. setContainerResizeMode :: (MonadIO m, IsContainer o) => o -> ResizeMode -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set container [ #resizeMode := value ]
    

  6. setDebugFlags :: (HasCallStack, MonadIO m) => Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Sets the GTK+ debug flags.

  7. setEntryActivatesDefault :: (MonadIO m, IsEntry o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #activatesDefault := value ]
    

  8. setEntryAttributes :: (MonadIO m, IsEntry o) => o -> AttrList -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #attributes := value ]
    

  9. setEntryBuffer :: (MonadIO m, IsEntry o, IsEntryBuffer a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entry [ #buffer := value ]
    

  10. setEntryBufferMaxLength :: (MonadIO m, IsEntryBuffer o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set entryBuffer [ #maxLength := value ]
    

Page 101 of many | Previous | Next