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

    gi-gtk-hs Data.GI.Gtk

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

    set button [ #useStock := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set button [ #useUnderline := value ]
    

  3. setButtonXalign :: (MonadIO m, IsButton o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set button [ #xalign := value ]
    

  4. setButtonYalign :: (MonadIO m, IsButton o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set button [ #yalign := value ]
    

  5. setCalendarDay :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set calendar [ #day := value ]
    

  6. setCalendarDetailHeightRows :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “detail-height-rows” property. When overloading is enabled, this is equivalent to

    set calendar [ #detailHeightRows := value ]
    

  7. setCalendarDetailWidthChars :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “detail-width-chars” property. When overloading is enabled, this is equivalent to

    set calendar [ #detailWidthChars := value ]
    

  8. setCalendarMonth :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set calendar [ #month := value ]
    

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

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

Page 85 of many | Previous | Next