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