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