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. getCalendarShowDayNames :: (MonadIO m, IsCalendar o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Calendar

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

    get calendar #showDayNames
    

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

    gi-gtk4 GI.Gtk.Objects.Calendar

    Get the value of the “show-heading” property. When overloading is enabled, this is equivalent to

    get calendar #showHeading
    

  3. getCalendarShowWeekNumbers :: (MonadIO m, IsCalendar o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Calendar

    Get the value of the “show-week-numbers” property. When overloading is enabled, this is equivalent to

    get calendar #showWeekNumbers
    

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

    gi-gtk4 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. setCalendarShowHeading :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Calendar

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

    set calendar [ #showHeading := value ]
    

  6. setCalendarShowWeekNumbers :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()

    gi-gtk4 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 ]
    

  7. constructColorButtonShowEditor :: (IsColorButton o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.ColorButton

    Construct a GValueConstruct with valid value for the “show-editor” property. This is rarely needed directly, but it is used by new.

  8. getColorButtonShowEditor :: (MonadIO m, IsColorButton o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.ColorButton

    Get the value of the “show-editor” property. When overloading is enabled, this is equivalent to

    get colorButton #showEditor
    

  9. setColorButtonShowEditor :: (MonadIO m, IsColorButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ColorButton

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

    set colorButton [ #showEditor := value ]
    

  10. constructColorChooserDialogShowEditor :: (IsColorChooserDialog o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.ColorChooserDialog

    Construct a GValueConstruct with valid value for the “show-editor” property. This is rarely needed directly, but it is used by new.

Page 339 of many | Previous | Next