Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. getButtonAlwaysShowImage :: (MonadIO m, IsButton o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Button

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

    get button #alwaysShowImage
    

  2. setButtonAlwaysShowImage :: (MonadIO m, IsButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Button

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

    set button [ #alwaysShowImage := value ]
    

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

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

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

    gi-gtk3 GI.Gtk.Objects.Calendar

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

  5. constructCalendarShowHeading :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)

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

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

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

  7. getCalendarShowDayNames :: (MonadIO m, IsCalendar o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Calendar

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

    get calendar #showDayNames
    

  8. getCalendarShowDetails :: (MonadIO m, IsCalendar o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Calendar

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

    get calendar #showDetails
    

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

    gi-gtk3 GI.Gtk.Objects.Calendar

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

    get calendar #showHeading
    

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

    gi-gtk3 GI.Gtk.Objects.Calendar

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

    get calendar #showWeekNumbers
    

Page 313 of many | Previous | Next