Hoogle Search
Within Stackage Nightly 2026-06-25 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setIconViewColumns :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “columns” property. When overloading is enabled, this is equivalent to
set iconView [ #columns := value ]
setIconViewItemOrientation :: (MonadIO m, IsIconView o) => o -> Orientation -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “item-orientation” property. When overloading is enabled, this is equivalent to
set iconView [ #itemOrientation := value ]
setIconViewItemPadding :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “item-padding” property. When overloading is enabled, this is equivalent to
set iconView [ #itemPadding := value ]
setIconViewItemWidth :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “item-width” property. When overloading is enabled, this is equivalent to
set iconView [ #itemWidth := value ]
setIconViewMargin :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “margin” property. When overloading is enabled, this is equivalent to
set iconView [ #margin := value ]
setIconViewMarkupColumn :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “markup-column” property. When overloading is enabled, this is equivalent to
set iconView [ #markupColumn := value ]
setIconViewModel :: (MonadIO m, IsIconView o, IsTreeModel a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “model” property. When overloading is enabled, this is equivalent to
set iconView [ #model := value ]
setIconViewPixbufColumn :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “pixbuf-column” property. When overloading is enabled, this is equivalent to
set iconView [ #pixbufColumn := value ]
setIconViewReorderable :: (MonadIO m, IsIconView o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “reorderable” property. When overloading is enabled, this is equivalent to
set iconView [ #reorderable := value ]
setIconViewRowSpacing :: (MonadIO m, IsIconView o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “row-spacing” property. When overloading is enabled, this is equivalent to
set iconView [ #rowSpacing := value ]