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