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

    gi-gtk4 GI.Gtk.Objects.ColumnView

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

    set columnView [ #singleClickActivate := value ]
    

  2. setColumnViewTabBehavior :: (MonadIO m, IsColumnView o) => o -> ListTabBehavior -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnView

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

    set columnView [ #tabBehavior := value ]
    

  3. setColumnViewCellChild :: (MonadIO m, IsColumnViewCell o, IsWidget a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewCell

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

    set columnViewCell [ #child := value ]
    

  4. setColumnViewCellFocusable :: (MonadIO m, IsColumnViewCell o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewCell

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

    set columnViewCell [ #focusable := value ]
    

  5. setColumnViewColumnExpand :: (MonadIO m, IsColumnViewColumn o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

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

    set columnViewColumn [ #expand := value ]
    

  6. setColumnViewColumnFactory :: (MonadIO m, IsColumnViewColumn o, IsListItemFactory a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

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

    set columnViewColumn [ #factory := value ]
    

  7. setColumnViewColumnFixedWidth :: (MonadIO m, IsColumnViewColumn o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

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

    set columnViewColumn [ #fixedWidth := value ]
    

  8. setColumnViewColumnHeaderMenu :: (MonadIO m, IsColumnViewColumn o, IsMenuModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

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

    set columnViewColumn [ #headerMenu := value ]
    

  9. setColumnViewColumnId :: (MonadIO m, IsColumnViewColumn o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

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

    set columnViewColumn [ #id := value ]
    

  10. setColumnViewColumnResizable :: (MonadIO m, IsColumnViewColumn o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

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

    set columnViewColumn [ #resizable := value ]
    

Page 626 of many | Previous | Next