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.

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

  2. calendarGetShowDayNames :: (HasCallStack, MonadIO m, IsCalendar a) => a -> m Bool

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

  3. calendarGetShowHeading :: (HasCallStack, MonadIO m, IsCalendar a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Calendar

    Returns whether self is currently showing the heading. This is the value of the Calendar:showHeading property.

  4. calendarGetShowWeekNumbers :: (HasCallStack, MonadIO m, IsCalendar a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Calendar

    Returns whether self is showing week numbers right now. This is the value of the Calendar:showWeekNumbers property.

  5. calendarSetShowDayNames :: (HasCallStack, MonadIO m, IsCalendar a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Calendar

    Sets whether the calendar shows day names.

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

  7. calendarSetShowWeekNumbers :: (HasCallStack, MonadIO m, IsCalendar a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Calendar

    Sets whether week numbers are shown in the calendar.

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

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

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

Page 338 of many | Previous | Next