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. setColorSelectionHasPalette :: (MonadIO m, IsColorSelection o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set colorSelection [ #hasPalette := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set comboBox [ #active := value ]
    

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

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

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

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

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

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

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

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

Page 101 of many | Previous | Next