Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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 ]
constructColorButtonShowEditor :: (IsColorButton o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.ColorButton Construct a GValueConstruct with valid value for the “show-editor” property. This is rarely needed directly, but it is used by new.
getColorButtonShowEditor :: (MonadIO m, IsColorButton o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.ColorButton Get the value of the “show-editor” property. When overloading is enabled, this is equivalent to
get colorButton #showEditor
setColorButtonShowEditor :: (MonadIO m, IsColorButton o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ColorButton Set the value of the “show-editor” property. When overloading is enabled, this is equivalent to
set colorButton [ #showEditor := value ]
-
gi-gtk3 GI.Gtk.Objects.ColorChooserDialog Construct a GValueConstruct with valid value for the “show-editor” property. This is rarely needed directly, but it is used by new.
getColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.ColorChooserDialog Get the value of the “show-editor” property. When overloading is enabled, this is equivalent to
get colorChooserDialog #showEditor
setColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ColorChooserDialog Set the value of the “show-editor” property. When overloading is enabled, this is equivalent to
set colorChooserDialog [ #showEditor := value ]