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. setFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Interfaces.FontChooser

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

    set fontChooser [ #showPreviewEntry := value ]
    

  2. setOrientableOrientation :: (MonadIO m, IsOrientable o) => o -> Orientation -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Orientable

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

    set orientable [ #orientation := value ]
    

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

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #hadjustment := value ]
    

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

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #hscrollPolicy := value ]
    

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

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #vadjustment := value ]
    

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

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #vscrollPolicy := value ]
    

  7. setATContextAccessibleRole :: (MonadIO m, IsATContext o) => o -> AccessibleRole -> m ()

    gi-gtk4 GI.Gtk.Objects.ATContext

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

    set aTContext [ #accessibleRole := value ]
    

  8. setATContextDisplay :: (MonadIO m, IsATContext o, IsDisplay a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ATContext

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

    set aTContext [ #display := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #artists := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.AboutDialog

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

    set aboutDialog [ #authors := value ]
    

Page 605 of many | Previous | Next