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.
setColorDialogWithAlpha :: (MonadIO m, IsColorDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColorDialog Set the value of the “with-alpha” property. When overloading is enabled, this is equivalent to
set colorDialog [ #withAlpha := value ]
setColorDialogButtonDialog :: (MonadIO m, IsColorDialogButton o, IsColorDialog a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.ColorDialogButton Set the value of the “dialog” property. When overloading is enabled, this is equivalent to
set colorDialogButton [ #dialog := value ]
setColorDialogButtonRgba :: (MonadIO m, IsColorDialogButton o) => o -> RGBA -> m ()gi-gtk4 GI.Gtk.Objects.ColorDialogButton Set the value of the “rgba” property. When overloading is enabled, this is equivalent to
set colorDialogButton [ #rgba := value ]
setColumnViewEnableRubberband :: (MonadIO m, IsColumnView o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Set the value of the “enable-rubberband” property. When overloading is enabled, this is equivalent to
set columnView [ #enableRubberband := value ]
setColumnViewHeaderFactory :: (MonadIO m, IsColumnView o, IsListItemFactory a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Set the value of the “header-factory” property. When overloading is enabled, this is equivalent to
set columnView [ #headerFactory := value ]
setColumnViewModel :: (MonadIO m, IsColumnView o, IsSelectionModel a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Set the value of the “model” property. When overloading is enabled, this is equivalent to
set columnView [ #model := value ]
setColumnViewReorderable :: (MonadIO m, IsColumnView o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Set the value of the “reorderable” property. When overloading is enabled, this is equivalent to
set columnView [ #reorderable := value ]
setColumnViewRowFactory :: (MonadIO m, IsColumnView o, IsListItemFactory a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Set the value of the “row-factory” property. When overloading is enabled, this is equivalent to
set columnView [ #rowFactory := value ]
setColumnViewShowColumnSeparators :: (MonadIO m, IsColumnView o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Set the value of the “show-column-separators” property. When overloading is enabled, this is equivalent to
set columnView [ #showColumnSeparators := value ]
setColumnViewShowRowSeparators :: (MonadIO m, IsColumnView o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ColumnView Set the value of the “show-row-separators” property. When overloading is enabled, this is equivalent to
set columnView [ #showRowSeparators := value ]