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

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

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

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

  5. onPlacesSidebarShowOtherLocations :: (IsPlacesSidebar a, MonadIO m) => a -> ((?self :: a) => PlacesSidebarShowOtherLocationsCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    on placesSidebar #showOtherLocations callback
    

  6. onPlacesSidebarShowOtherLocationsWithFlags :: (IsPlacesSidebar a, MonadIO m) => a -> ((?self :: a) => PlacesSidebarShowOtherLocationsWithFlagsCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    on placesSidebar #showOtherLocationsWithFlags callback
    

  7. onPlacesSidebarShowStarredLocation :: (IsPlacesSidebar a, MonadIO m) => a -> ((?self :: a) => PlacesSidebarShowStarredLocationCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    on placesSidebar #showStarredLocation callback
    

  8. placesSidebarGetShowConnectToServer :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Deprecated: (Since version 3.18)It is recommended to group this functionality with the drivesand network location under the new 'Other Location' item

  9. placesSidebarGetShowDesktop :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Returns the value previously set with placesSidebarSetShowDesktop Since: 3.10

  10. placesSidebarGetShowEnterLocation :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Returns the value previously set with placesSidebarSetShowEnterLocation Since: 3.14

Page 322 of many | Previous | Next