Hoogle Search

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

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

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

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

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

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

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

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

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

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

  9. setCellRendererAccelAccelMode :: (MonadIO m, IsCellRendererAccel o) => o -> CellRendererAccelMode -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “accel-mode” property. When overloading is enabled, this is equivalent to

    set cellRendererAccel [ #accelMode := value ]
    

  10. setCellRendererAccelAccelMods :: (MonadIO m, IsCellRendererAccel o) => o -> [ModifierType] -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “accel-mods” property. When overloading is enabled, this is equivalent to

    set cellRendererAccel [ #accelMods := value ]
    

Page 86 of many | Previous | Next