Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. constructPlacesSidebarShowOtherLocations :: (IsPlacesSidebar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Construct a GValueConstruct with valid value for the “show-other-locations” property. This is rarely needed directly, but it is used by new.

  2. constructPlacesSidebarShowRecent :: (IsPlacesSidebar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Construct a GValueConstruct with valid value for the “show-recent” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Construct a GValueConstruct with valid value for the “show-starred-location” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Construct a GValueConstruct with valid value for the “show-trash” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    get placesSidebar #showConnectToServer
    

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    get placesSidebar #showDesktop
    

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    get placesSidebar #showEnterLocation
    

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    get placesSidebar #showOtherLocations
    

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    get placesSidebar #showRecent
    

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    get placesSidebar #showStarredLocation
    

Page 321 of many | Previous | Next