Hoogle Search
Within Stackage Nightly 2026-06-28 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setImageIconSize :: (MonadIO m, IsImage o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “icon-size” property. When overloading is enabled, this is equivalent to
set image [ #iconSize := value ]
setImageMenuItemAccelGroup :: (MonadIO m, IsImageMenuItem o, IsAccelGroup a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accel-group” property. When overloading is enabled, this is equivalent to
set imageMenuItem [ #accelGroup := value ]
setImageMenuItemAlwaysShowImage :: (MonadIO m, IsImageMenuItem o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “always-show-image” property. When overloading is enabled, this is equivalent to
set imageMenuItem [ #alwaysShowImage := value ]
setImageMenuItemImage :: (MonadIO m, IsImageMenuItem o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “image” property. When overloading is enabled, this is equivalent to
set imageMenuItem [ #image := value ]
setImageMenuItemUseStock :: (MonadIO m, IsImageMenuItem o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-stock” property. When overloading is enabled, this is equivalent to
set imageMenuItem [ #useStock := value ]
setImagePixbuf :: (MonadIO m, IsImage o, IsPixbuf a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “pixbuf” property. When overloading is enabled, this is equivalent to
set image [ #pixbuf := value ]
setImagePixbufAnimation :: (MonadIO m, IsImage o, IsPixbufAnimation a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “pixbuf-animation” property. When overloading is enabled, this is equivalent to
set image [ #pixbufAnimation := value ]
setImagePixelSize :: (MonadIO m, IsImage o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “pixel-size” property. When overloading is enabled, this is equivalent to
set image [ #pixelSize := value ]
setImageResource :: (MonadIO m, IsImage o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “resource” property. When overloading is enabled, this is equivalent to
set image [ #resource := value ]
setImageStock :: (MonadIO m, IsImage o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “stock” property. When overloading is enabled, this is equivalent to
set image [ #stock := value ]