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

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

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

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

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

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

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

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

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

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

Page 99 of many | Previous | Next