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. setScrollableHadjustment :: (MonadIO m, IsScrollable o, IsAdjustment a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #hadjustment := value ]
    

  2. setScrollableHscrollPolicy :: (MonadIO m, IsScrollable o) => o -> ScrollablePolicy -> m ()

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #hscrollPolicy := value ]
    

  3. setScrollableVadjustment :: (MonadIO m, IsScrollable o, IsAdjustment a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #vadjustment := value ]
    

  4. setScrollableVscrollPolicy :: (MonadIO m, IsScrollable o) => o -> ScrollablePolicy -> m ()

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #vscrollPolicy := value ]
    

  5. setAboutDialogArtists :: (MonadIO m, IsAboutDialog o) => o -> [Text] -> m ()

    gi-gtk3 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #artists := value ]
    

  6. setAboutDialogAuthors :: (MonadIO m, IsAboutDialog o) => o -> [Text] -> m ()

    gi-gtk3 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #authors := value ]
    

  7. setAboutDialogComments :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #comments := value ]
    

  8. setAboutDialogCopyright :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #copyright := value ]
    

  9. setAboutDialogDocumenters :: (MonadIO m, IsAboutDialog o) => o -> [Text] -> m ()

    gi-gtk3 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #documenters := value ]
    

  10. setAboutDialogLicense :: (MonadIO m, IsAboutDialog o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #license := value ]
    

Page 481 of many | Previous | Next