Hoogle Search

Within Stackage Nightly 2026-06-26 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setRecentActionShowNumbers :: (MonadIO m, IsRecentAction o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentAction [ #showNumbers := value ]
    

  2. setRecentChooserFilter :: (MonadIO m, IsRecentChooser o, IsRecentFilter a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #filter := value ]
    

  3. setRecentChooserLimit :: (MonadIO m, IsRecentChooser o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #limit := value ]
    

  4. setRecentChooserLocalOnly :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #localOnly := value ]
    

  5. setRecentChooserMenuShowNumbers :: (MonadIO m, IsRecentChooserMenu o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooserMenu [ #showNumbers := value ]
    

  6. setRecentChooserSelectMultiple :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #selectMultiple := value ]
    

  7. setRecentChooserShowIcons :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #showIcons := value ]
    

  8. setRecentChooserShowNotFound :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #showNotFound := value ]
    

  9. setRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #showPrivate := value ]
    

  10. setRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #showTips := value ]
    

Page 138 of many | Previous | Next