Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

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

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

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    get placesSidebar #showTrash
    

  8. onPlacesSidebarShowConnectToServer :: (IsPlacesSidebar a, MonadIO m) => a -> ((?self :: a) => PlacesSidebarShowConnectToServerCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Connect a signal handler for the showConnectToServer signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on placesSidebar #showConnectToServer callback
    

  9. onPlacesSidebarShowEnterLocation :: (IsPlacesSidebar a, MonadIO m) => a -> ((?self :: a) => PlacesSidebarShowEnterLocationCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Connect a signal handler for the showEnterLocation signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on placesSidebar #showEnterLocation callback
    

  10. onPlacesSidebarShowErrorMessage :: (IsPlacesSidebar a, MonadIO m) => a -> ((?self :: a) => PlacesSidebarShowErrorMessageCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Connect a signal handler for the showErrorMessage signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on placesSidebar #showErrorMessage callback
    

Page 322 of many | Previous | Next