Hoogle Search

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

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

  1. setComboBoxPopupFixedWidth :: (MonadIO m, IsComboBox o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set comboBox [ #popupFixedWidth := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “row-span-column” property. When overloading is enabled, this is equivalent to

    set comboBox [ #rowSpanColumn := value ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 102 of many | Previous | Next