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.
setStringFilterMatchMode :: (MonadIO m, IsStringFilter o) => o -> StringFilterMatchMode -> m ()gi-gtk4 GI.Gtk.Objects.StringFilter Set the value of the “match-mode” property. When overloading is enabled, this is equivalent to
set stringFilter [ #matchMode := value ]
setStringFilterSearch :: (MonadIO m, IsStringFilter o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.StringFilter Set the value of the “search” property. When overloading is enabled, this is equivalent to
set stringFilter [ #search := value ]
setStringSorterCollation :: (MonadIO m, IsStringSorter o) => o -> Collation -> m ()gi-gtk4 GI.Gtk.Objects.StringSorter Set the value of the “collation” property. When overloading is enabled, this is equivalent to
set stringSorter [ #collation := value ]
setStringSorterExpression :: (MonadIO m, IsStringSorter o, IsExpression a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.StringSorter Set the value of the “expression” property. When overloading is enabled, this is equivalent to
set stringSorter [ #expression := value ]
setStringSorterIgnoreCase :: (MonadIO m, IsStringSorter o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.StringSorter Set the value of the “ignore-case” property. When overloading is enabled, this is equivalent to
set stringSorter [ #ignoreCase := value ]
setStyleContextDisplay :: (MonadIO m, IsStyleContext o, IsDisplay a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.StyleContext Set the value of the “display” property. When overloading is enabled, this is equivalent to
set styleContext [ #display := value ]
setSwitchActive :: (MonadIO m, IsSwitch o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Switch Set the value of the “active” property. When overloading is enabled, this is equivalent to
set switch [ #active := value ]
setSwitchState :: (MonadIO m, IsSwitch o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Switch Set the value of the “state” property. When overloading is enabled, this is equivalent to
set switch [ #state := value ]
setTextActivatesDefault :: (MonadIO m, IsText o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Text Set the value of the “activates-default” property. When overloading is enabled, this is equivalent to
set text [ #activatesDefault := value ]
setTextAttributes :: (MonadIO m, IsText o) => o -> AttrList -> m ()gi-gtk4 GI.Gtk.Objects.Text Set the value of the “attributes” property. When overloading is enabled, this is equivalent to
set text [ #attributes := value ]