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. placesSidebarSetShowTrash :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

    Sets whether the sidebar should show an item for the Trash location. Since: 3.18

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    set placesSidebar [ #showConnectToServer := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    set placesSidebar [ #showDesktop := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    set placesSidebar [ #showEnterLocation := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    set placesSidebar [ #showOtherLocations := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    set placesSidebar [ #showRecent := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    set placesSidebar [ #showStarredLocation := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PlacesSidebar

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

    set placesSidebar [ #showTrash := value ]
    

  9. constructPrintOperationShowProgress :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

  10. getPrintOperationShowProgress :: (MonadIO m, IsPrintOperation o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    get printOperation #showProgress
    

Page 324 of many | Previous | Next