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.

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

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

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

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

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

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

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

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

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

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

Page 490 of many | Previous | Next