Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setAboutDialogVersion :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #version := value ]
    

  2. setAboutDialogWebsite :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #website := value ]
    

  3. setAboutDialogWebsiteLabel :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #websiteLabel := value ]
    

  4. setAboutDialogWrapLicense :: (MonadIO m, IsAboutDialog o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #wrapLicense := value ]
    

  5. setActionBarRevealed :: (MonadIO m, IsActionBar o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ActionBar

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

    set actionBar [ #revealed := value ]
    

  6. setAdjustmentLower :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

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

    set adjustment [ #lower := value ]
    

  7. setAdjustmentPageIncrement :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

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

    set adjustment [ #pageIncrement := value ]
    

  8. setAdjustmentPageSize :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

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

    set adjustment [ #pageSize := value ]
    

  9. setAdjustmentStepIncrement :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

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

    set adjustment [ #stepIncrement := value ]
    

  10. setAdjustmentUpper :: (MonadIO m, IsAdjustment o) => o -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

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

    set adjustment [ #upper := value ]
    

Page 607 of many | Previous | Next