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

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

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

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

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

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

  7. printOperationSetShowProgress :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    If showProgress is True, the print operation will show a progress dialog during the print operation. Since: 2.10

  8. setPrintOperationShowProgress :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #showProgress := value ]
    

  9. constructProgressBarShowText :: (IsProgressBar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.ProgressBar

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

  10. getProgressBarShowText :: (MonadIO m, IsProgressBar o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.ProgressBar

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

    get progressBar #showText
    

Page 325 of many | Previous | Next