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.
setShortcutsWindowViewName :: (MonadIO m, IsShortcutsWindow o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.ShortcutsWindow Set the value of the “view-name” property. When overloading is enabled, this is equivalent to
set shortcutsWindow [ #viewName := value ]
setSingleSelectionAutoselect :: (MonadIO m, IsSingleSelection o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.SingleSelection Set the value of the “autoselect” property. When overloading is enabled, this is equivalent to
set singleSelection [ #autoselect := value ]
setSingleSelectionCanUnselect :: (MonadIO m, IsSingleSelection o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.SingleSelection Set the value of the “can-unselect” property. When overloading is enabled, this is equivalent to
set singleSelection [ #canUnselect := value ]
setSingleSelectionModel :: (MonadIO m, IsSingleSelection o, IsListModel a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.SingleSelection Set the value of the “model” property. When overloading is enabled, this is equivalent to
set singleSelection [ #model := value ]
setSingleSelectionSelected :: (MonadIO m, IsSingleSelection o) => o -> Word32 -> m ()gi-gtk4 GI.Gtk.Objects.SingleSelection Set the value of the “selected” property. When overloading is enabled, this is equivalent to
set singleSelection [ #selected := value ]
setSizeGroupMode :: (MonadIO m, IsSizeGroup o) => o -> SizeGroupMode -> m ()gi-gtk4 GI.Gtk.Objects.SizeGroup Set the value of the “mode” property. When overloading is enabled, this is equivalent to
set sizeGroup [ #mode := value ]
setSliceListModelModel :: (MonadIO m, IsSliceListModel o, IsListModel a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.SliceListModel Set the value of the “model” property. When overloading is enabled, this is equivalent to
set sliceListModel [ #model := value ]
setSliceListModelOffset :: (MonadIO m, IsSliceListModel o) => o -> Word32 -> m ()gi-gtk4 GI.Gtk.Objects.SliceListModel Set the value of the “offset” property. When overloading is enabled, this is equivalent to
set sliceListModel [ #offset := value ]
setSliceListModelSize :: (MonadIO m, IsSliceListModel o) => o -> Word32 -> m ()gi-gtk4 GI.Gtk.Objects.SliceListModel Set the value of the “size” property. When overloading is enabled, this is equivalent to
set sliceListModel [ #size := value ]
setSortListModelIncremental :: (MonadIO m, IsSortListModel o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.SortListModel Set the value of the “incremental” property. When overloading is enabled, this is equivalent to
set sortListModel [ #incremental := value ]