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.

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

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

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

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

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

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

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

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

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

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

Page 680 of many | Previous | Next