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. setCalendarDay :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Calendar

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

    set calendar [ #day := value ]
    

  2. setCalendarMonth :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Calendar

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

    set calendar [ #month := value ]
    

  3. setCalendarShowDayNames :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Calendar

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

    set calendar [ #showDayNames := value ]
    

  4. setCalendarShowHeading :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Calendar

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

    set calendar [ #showHeading := value ]
    

  5. setCalendarShowWeekNumbers :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Calendar

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

    set calendar [ #showWeekNumbers := value ]
    

  6. setCalendarYear :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Calendar

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

    set calendar [ #year := value ]
    

  7. setCellAreaFocusCell :: (MonadIO m, IsCellArea o, IsCellRenderer a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.CellArea

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

    set cellArea [ #focusCell := value ]
    

  8. setCellAreaBoxSpacing :: (MonadIO m, IsCellAreaBox o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.CellAreaBox

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

    set cellAreaBox [ #spacing := value ]
    

  9. setCellRendererCellBackground :: (MonadIO m, IsCellRenderer o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.CellRenderer

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

    set cellRenderer [ #cellBackground := value ]
    

  10. setCellRendererCellBackgroundRgba :: (MonadIO m, IsCellRenderer o) => o -> RGBA -> m ()

    gi-gtk4 GI.Gtk.Objects.CellRenderer

    Set the value of the “cell-background-rgba” property. When overloading is enabled, this is equivalent to

    set cellRenderer [ #cellBackgroundRgba := value ]
    

Page 613 of many | Previous | Next