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

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

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

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

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

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

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

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

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

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

Page 625 of many | Previous | Next