Hoogle Search

Within Stackage Nightly 2026-06-28 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setCalendarNoMonthChange :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “no-month-change” property. When overloading is enabled, this is equivalent to

    set calendar [ #noMonthChange := value ]
    

  2. setCalendarShowDayNames :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “show-day-names” property. When overloading is enabled, this is equivalent to

    set calendar [ #showDayNames := value ]
    

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

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

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

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

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

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

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

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

Page 88 of many | Previous | Next