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.
setColumnViewColumnSorter :: (MonadIO m, IsColumnViewColumn o, IsSorter a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.ColumnViewColumn Set the value of the “sorter” property. When overloading is enabled, this is equivalent to
set columnViewColumn [ #sorter := value ]
setColumnViewColumnTitle :: (MonadIO m, IsColumnViewColumn o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.ColumnViewColumn Set the value of the “title” property. When overloading is enabled, this is equivalent to
set columnViewColumn [ #title := value ]
setColumnViewColumnVisible :: (MonadIO m, IsColumnViewColumn o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnViewColumn Set the value of the “visible” property. When overloading is enabled, this is equivalent to
set columnViewColumn [ #visible := value ]
setColumnViewRowAccessibleDescription :: (MonadIO m, IsColumnViewRow o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.ColumnViewRow Set the value of the “accessible-description” property. When overloading is enabled, this is equivalent to
set columnViewRow [ #accessibleDescription := value ]
setColumnViewRowAccessibleLabel :: (MonadIO m, IsColumnViewRow o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.ColumnViewRow Set the value of the “accessible-label” property. When overloading is enabled, this is equivalent to
set columnViewRow [ #accessibleLabel := value ]
setColumnViewRowActivatable :: (MonadIO m, IsColumnViewRow o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnViewRow Set the value of the “activatable” property. When overloading is enabled, this is equivalent to
set columnViewRow [ #activatable := value ]
setColumnViewRowFocusable :: (MonadIO m, IsColumnViewRow o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnViewRow Set the value of the “focusable” property. When overloading is enabled, this is equivalent to
set columnViewRow [ #focusable := value ]
setColumnViewRowSelectable :: (MonadIO m, IsColumnViewRow o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnViewRow Set the value of the “selectable” property. When overloading is enabled, this is equivalent to
set columnViewRow [ #selectable := value ]
setComboBoxActive :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.ComboBox Set the value of the “active” property. When overloading is enabled, this is equivalent to
set comboBox [ #active := value ]
setComboBoxActiveId :: (MonadIO m, IsComboBox o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.ComboBox Set the value of the “active-id” property. When overloading is enabled, this is equivalent to
set comboBox [ #activeId := value ]