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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 117 of many | Previous | Next