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. setBookmarkListIoPriority :: (MonadIO m, IsBookmarkList o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.BookmarkList

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

    set bookmarkList [ #ioPriority := value ]
    

  2. setBoolFilterExpression :: (MonadIO m, IsBoolFilter o, IsExpression a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.BoolFilter

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

    set boolFilter [ #expression := value ]
    

  3. setBoolFilterInvert :: (MonadIO m, IsBoolFilter o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.BoolFilter

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

    set boolFilter [ #invert := value ]
    

  4. setBoxBaselineChild :: (MonadIO m, IsBox o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Box

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

    set box [ #baselineChild := value ]
    

  5. setBoxBaselinePosition :: (MonadIO m, IsBox o) => o -> BaselinePosition -> m ()

    gi-gtk4 GI.Gtk.Objects.Box

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

    set box [ #baselinePosition := value ]
    

  6. setBoxHomogeneous :: (MonadIO m, IsBox o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Box

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

    set box [ #homogeneous := value ]
    

  7. setBoxSpacing :: (MonadIO m, IsBox o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Box

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

    set box [ #spacing := value ]
    

  8. setBoxLayoutBaselineChild :: (MonadIO m, IsBoxLayout o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.BoxLayout

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

    set boxLayout [ #baselineChild := value ]
    

  9. setBoxLayoutBaselinePosition :: (MonadIO m, IsBoxLayout o) => o -> BaselinePosition -> m ()

    gi-gtk4 GI.Gtk.Objects.BoxLayout

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

    set boxLayout [ #baselinePosition := value ]
    

  10. setBoxLayoutHomogeneous :: (MonadIO m, IsBoxLayout o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.BoxLayout

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

    set boxLayout [ #homogeneous := value ]
    

Page 611 of many | Previous | Next