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. setComboBoxButtonSensitivity :: (MonadIO m, IsComboBox o) => o -> SensitivityType -> m ()

    gi-gtk4 GI.Gtk.Objects.ComboBox

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

    set comboBox [ #buttonSensitivity := value ]
    

  2. setComboBoxChild :: (MonadIO m, IsComboBox o, IsWidget a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ComboBox

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

    set comboBox [ #child := value ]
    

  3. setComboBoxEntryTextColumn :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.ComboBox

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

    set comboBox [ #entryTextColumn := value ]
    

  4. setComboBoxHasFrame :: (MonadIO m, IsComboBox o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ComboBox

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

    set comboBox [ #hasFrame := value ]
    

  5. setComboBoxIdColumn :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.ComboBox

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

    set comboBox [ #idColumn := value ]
    

  6. setComboBoxModel :: (MonadIO m, IsComboBox o, IsTreeModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ComboBox

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

    set comboBox [ #model := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.ComboBox

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

    set comboBox [ #popupFixedWidth := value ]
    

  8. setConstraintGuideMaxHeight :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.ConstraintGuide

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

    set constraintGuide [ #maxHeight := value ]
    

  9. setConstraintGuideMaxWidth :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.ConstraintGuide

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

    set constraintGuide [ #maxWidth := value ]
    

  10. setConstraintGuideMinHeight :: (MonadIO m, IsConstraintGuide o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.ConstraintGuide

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

    set constraintGuide [ #minHeight := value ]
    

Page 628 of many | Previous | Next