Hoogle Search

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

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

  1. setPlacesSidebarLocation :: (MonadIO m, IsPlacesSidebar o, IsFile a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #location := value ]
    

  2. setPlacesSidebarOpenFlags :: (MonadIO m, IsPlacesSidebar o) => o -> [PlacesOpenFlags] -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #openFlags := value ]
    

  3. setPlacesSidebarPopulateAll :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #populateAll := value ]
    

  4. setPlacesSidebarShowConnectToServer :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #showConnectToServer := value ]
    

  5. setPlacesSidebarShowDesktop :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #showDesktop := value ]
    

  6. setPlacesSidebarShowEnterLocation :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #showEnterLocation := value ]
    

  7. setPlacesSidebarShowOtherLocations :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #showOtherLocations := value ]
    

  8. setPlacesSidebarShowRecent :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #showRecent := value ]
    

  9. setPlacesSidebarShowStarredLocation :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #showStarredLocation := value ]
    

  10. setPlacesSidebarShowTrash :: (MonadIO m, IsPlacesSidebar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set placesSidebar [ #showTrash := value ]
    

Page 134 of many | Previous | Next