Hoogle Search
Within Stackage Nightly 2026-06-22 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setCalendarShowDetails :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “year” property. When overloading is enabled, this is equivalent to
set calendar [ #year := value ]
setCellAreaBoxSpacing :: (MonadIO m, IsCellAreaBox o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “spacing” property. When overloading is enabled, this is equivalent to
set cellAreaBox [ #spacing := value ]
setCellAreaFocusCell :: (MonadIO m, IsCellArea o, IsCellRenderer a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “focus-cell” property. When overloading is enabled, this is equivalent to
set cellArea [ #focusCell := value ]
setCellEditableEditingCanceled :: (MonadIO m, IsCellEditable o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “editing-canceled” property. When overloading is enabled, this is equivalent to
set cellEditable [ #editingCanceled := value ]
setCellRendererAccelAccelKey :: (MonadIO m, IsCellRendererAccel o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accel-key” property. When overloading is enabled, this is equivalent to
set cellRendererAccel [ #accelKey := value ]
-
gi-gtk-hs Data.GI.Gtk Set the value of the “accel-mode” property. When overloading is enabled, this is equivalent to
set cellRendererAccel [ #accelMode := value ]
setCellRendererAccelAccelMods :: (MonadIO m, IsCellRendererAccel o) => o -> [ModifierType] -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “accel-mods” property. When overloading is enabled, this is equivalent to
set cellRendererAccel [ #accelMods := value ]