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