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.
setComboBoxActiveId :: (MonadIO m, IsComboBox o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “active-id” property. When overloading is enabled, this is equivalent to
set comboBox [ #activeId := value ]
setComboBoxAddTearoffs :: (MonadIO m, IsComboBox o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “add-tearoffs” property. When overloading is enabled, this is equivalent to
set comboBox [ #addTearoffs := value ]
setComboBoxButtonSensitivity :: (MonadIO m, IsComboBox o) => o -> SensitivityType -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “button-sensitivity” property. When overloading is enabled, this is equivalent to
set comboBox [ #buttonSensitivity := value ]
setComboBoxColumnSpanColumn :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “column-span-column” property. When overloading is enabled, this is equivalent to
set comboBox [ #columnSpanColumn := value ]
setComboBoxEntryTextColumn :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-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 ]
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 ]