Hoogle Search

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

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

  1. setComboBoxTearoffTitle :: (MonadIO m, IsComboBox o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set comboBox [ #tearoffTitle := value ]
    

  2. setComboBoxWrapWidth :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set comboBox [ #wrapWidth := value ]
    

  3. setContainerBorderWidth :: (MonadIO m, IsContainer o) => o -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set container [ #borderWidth := value ]
    

  4. setContainerChild :: (MonadIO m, IsContainer o, IsWidget a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set container [ #child := value ]
    

  5. setContainerClassAdd :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassAddFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set containerClass [ #add := value ]
    

  6. setContainerClassCheckResize :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassCheckResizeFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set containerClass [ #checkResize := value ]
    

  7. setContainerClassChildType :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassChildTypeFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set containerClass [ #childType := value ]
    

  8. setContainerClassCompositeName :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassCompositeNameFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set containerClass [ #compositeName := value ]
    

  9. setContainerClassForall :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassForallFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set containerClass [ #forall := value ]
    

  10. setContainerClassGetChildProperty :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassGetChildPropertyFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set containerClass [ #getChildProperty := value ]
    

Page 100 of many | Previous | Next