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. setSearchBarKeyCaptureWidget :: (MonadIO m, IsSearchBar o, IsWidget a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.SearchBar

    Set the value of the “key-capture-widget” property. When overloading is enabled, this is equivalent to

    set searchBar [ #keyCaptureWidget := value ]
    

  2. setSearchBarSearchModeEnabled :: (MonadIO m, IsSearchBar o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.SearchBar

    Set the value of the “search-mode-enabled” property. When overloading is enabled, this is equivalent to

    set searchBar [ #searchModeEnabled := value ]
    

  3. setSearchBarShowCloseButton :: (MonadIO m, IsSearchBar o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.SearchBar

    Set the value of the “show-close-button” property. When overloading is enabled, this is equivalent to

    set searchBar [ #showCloseButton := value ]
    

  4. setSearchEntryActivatesDefault :: (MonadIO m, IsSearchEntry o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.SearchEntry

    Set the value of the “activates-default” property. When overloading is enabled, this is equivalent to

    set searchEntry [ #activatesDefault := value ]
    

  5. setSearchEntryInputHints :: (MonadIO m, IsSearchEntry o) => o -> [InputHints] -> m ()

    gi-gtk4 GI.Gtk.Objects.SearchEntry

    Set the value of the “input-hints” property. When overloading is enabled, this is equivalent to

    set searchEntry [ #inputHints := value ]
    

  6. setSearchEntryInputPurpose :: (MonadIO m, IsSearchEntry o) => o -> InputPurpose -> m ()

    gi-gtk4 GI.Gtk.Objects.SearchEntry

    Set the value of the “input-purpose” property. When overloading is enabled, this is equivalent to

    set searchEntry [ #inputPurpose := value ]
    

  7. setSearchEntryPlaceholderText :: (MonadIO m, IsSearchEntry o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.SearchEntry

    Set the value of the “placeholder-text” property. When overloading is enabled, this is equivalent to

    set searchEntry [ #placeholderText := value ]
    

  8. setSearchEntrySearchDelay :: (MonadIO m, IsSearchEntry o) => o -> Word32 -> m ()

    gi-gtk4 GI.Gtk.Objects.SearchEntry

    Set the value of the “search-delay” property. When overloading is enabled, this is equivalent to

    set searchEntry [ #searchDelay := value ]
    

  9. setSelectionFilterModelModel :: (MonadIO m, IsSelectionFilterModel o, IsSelectionModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.SelectionFilterModel

    Set the value of the “model” property. When overloading is enabled, this is equivalent to

    set selectionFilterModel [ #model := value ]
    

  10. setSettingsGtkAlternativeButtonOrder :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-alternative-button-order” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkAlternativeButtonOrder := value ]
    

Page 671 of many | Previous | Next