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

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

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

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

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

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

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

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

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

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

Page 684 of many | Previous | Next