Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setApplicationWindowShowMenubar :: (MonadIO m, IsApplicationWindow o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ApplicationWindow Set the value of the “show-menubar” property. When overloading is enabled, this is equivalent to
set applicationWindow [ #showMenubar := value ]
calendarGetShowDayNames :: (HasCallStack, MonadIO m, IsCalendar a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Calendar Returns whether self is currently showing the names of the week days. This is the value of the Calendar:showDayNames property.
calendarGetShowHeading :: (HasCallStack, MonadIO m, IsCalendar a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Calendar Returns whether self is currently showing the heading. This is the value of the Calendar:showHeading property.
calendarGetShowWeekNumbers :: (HasCallStack, MonadIO m, IsCalendar a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Calendar Returns whether self is showing week numbers right now. This is the value of the Calendar:showWeekNumbers property.
calendarSetShowDayNames :: (HasCallStack, MonadIO m, IsCalendar a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Calendar Sets whether the calendar shows day names.
calendarSetShowHeading :: (HasCallStack, MonadIO m, IsCalendar a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Calendar Sets whether the calendar should show a heading. The heading contains the current year and month as well as buttons for changing both.
calendarSetShowWeekNumbers :: (HasCallStack, MonadIO m, IsCalendar a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Calendar Sets whether week numbers are shown in the calendar.
constructCalendarShowDayNames :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Calendar Construct a GValueConstruct with valid value for the “show-day-names” property. This is rarely needed directly, but it is used by new.
constructCalendarShowHeading :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Calendar Construct a GValueConstruct with valid value for the “show-heading” property. This is rarely needed directly, but it is used by new.
constructCalendarShowWeekNumbers :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Calendar Construct a GValueConstruct with valid value for the “show-week-numbers” property. This is rarely needed directly, but it is used by new.