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

    gi-gtk4 GI.Gtk.Objects.IconView

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

    set iconView [ #textColumn := value ]
    

  2. setIconViewTooltipColumn :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.IconView

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

    set iconView [ #tooltipColumn := value ]
    

  3. setImageFile :: (MonadIO m, IsImage o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Image

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

    set image [ #file := value ]
    

  4. setImageGicon :: (MonadIO m, IsImage o, IsIcon a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Image

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

    set image [ #gicon := value ]
    

  5. setImageIconName :: (MonadIO m, IsImage o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Image

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

    set image [ #iconName := value ]
    

  6. setImageIconSize :: (MonadIO m, IsImage o) => o -> IconSize -> m ()

    gi-gtk4 GI.Gtk.Objects.Image

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

    set image [ #iconSize := value ]
    

  7. setImagePaintable :: (MonadIO m, IsImage o, IsPaintable a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Image

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

    set image [ #paintable := value ]
    

  8. setImagePixelSize :: (MonadIO m, IsImage o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Image

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

    set image [ #pixelSize := value ]
    

  9. setImageResource :: (MonadIO m, IsImage o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Image

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

    set image [ #resource := value ]
    

  10. setImageUseFallback :: (MonadIO m, IsImage o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Image

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

    set image [ #useFallback := value ]
    

Page 648 of many | Previous | Next