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. setGridViewEnableRubberband :: (MonadIO m, IsGridView o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.GridView

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

    set gridView [ #enableRubberband := value ]
    

  2. setGridViewFactory :: (MonadIO m, IsGridView o, IsListItemFactory a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.GridView

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

    set gridView [ #factory := value ]
    

  3. setGridViewMaxColumns :: (MonadIO m, IsGridView o) => o -> Word32 -> m ()

    gi-gtk4 GI.Gtk.Objects.GridView

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

    set gridView [ #maxColumns := value ]
    

  4. setGridViewMinColumns :: (MonadIO m, IsGridView o) => o -> Word32 -> m ()

    gi-gtk4 GI.Gtk.Objects.GridView

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

    set gridView [ #minColumns := value ]
    

  5. setGridViewModel :: (MonadIO m, IsGridView o, IsSelectionModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.GridView

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

    set gridView [ #model := value ]
    

  6. setGridViewSingleClickActivate :: (MonadIO m, IsGridView o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.GridView

    Set the value of the “single-click-activate” property. When overloading is enabled, this is equivalent to

    set gridView [ #singleClickActivate := value ]
    

  7. setGridViewTabBehavior :: (MonadIO m, IsGridView o) => o -> ListTabBehavior -> m ()

    gi-gtk4 GI.Gtk.Objects.GridView

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

    set gridView [ #tabBehavior := value ]
    

  8. setHeaderBarDecorationLayout :: (MonadIO m, IsHeaderBar o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.HeaderBar

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

    set headerBar [ #decorationLayout := value ]
    

  9. setHeaderBarShowTitleButtons :: (MonadIO m, IsHeaderBar o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.HeaderBar

    Set the value of the “show-title-buttons” property. When overloading is enabled, this is equivalent to

    set headerBar [ #showTitleButtons := value ]
    

  10. setHeaderBarTitleWidget :: (MonadIO m, IsHeaderBar o, IsWidget a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.HeaderBar

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

    set headerBar [ #titleWidget := value ]
    

Page 645 of many | Previous | Next