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.
setCalendarDetailWidthChars :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Calendar Set the value of the “detail-width-chars” property. When overloading is enabled, this is equivalent to
set calendar [ #detailWidthChars := value ]
setCalendarMonth :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Calendar Set the value of the “month” property. When overloading is enabled, this is equivalent to
set calendar [ #month := value ]
setCalendarNoMonthChange :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Calendar Set the value of the “no-month-change” property. When overloading is enabled, this is equivalent to
set calendar [ #noMonthChange := value ]
setCalendarShowDayNames :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()gi-gtk3 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 ]
setCalendarShowDetails :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Calendar Set the value of the “show-details” property. When overloading is enabled, this is equivalent to
set calendar [ #showDetails := value ]
setCalendarShowHeading :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()gi-gtk3 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-gtk3 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-gtk3 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-gtk3 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-gtk3 GI.Gtk.Objects.CellAreaBox Set the value of the “spacing” property. When overloading is enabled, this is equivalent to
set cellAreaBox [ #spacing := value ]