Hoogle Search
Within Stackage Nightly 2026-06-28 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setMiscYpad :: (MonadIO m, IsMisc o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “ypad” property. When overloading is enabled, this is equivalent to
set misc [ #ypad := value ]
setModelButtonActive :: (MonadIO m, IsModelButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “active” property. When overloading is enabled, this is equivalent to
set modelButton [ #active := value ]
setModelButtonCentered :: (MonadIO m, IsModelButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “centered” property. When overloading is enabled, this is equivalent to
set modelButton [ #centered := value ]
setModelButtonIcon :: (MonadIO m, IsModelButton o, IsIcon a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “icon” property. When overloading is enabled, this is equivalent to
set modelButton [ #icon := value ]
setModelButtonIconic :: (MonadIO m, IsModelButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “iconic” property. When overloading is enabled, this is equivalent to
set modelButton [ #iconic := value ]
setModelButtonInverted :: (MonadIO m, IsModelButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “inverted” property. When overloading is enabled, this is equivalent to
set modelButton [ #inverted := value ]
setModelButtonMenuName :: (MonadIO m, IsModelButton o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “menu-name” property. When overloading is enabled, this is equivalent to
set modelButton [ #menuName := value ]
setModelButtonRole :: (MonadIO m, IsModelButton o) => o -> ButtonRole -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “role” property. When overloading is enabled, this is equivalent to
set modelButton [ #role := value ]
setModelButtonText :: (MonadIO m, IsModelButton o) => o -> Text -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “text” property. When overloading is enabled, this is equivalent to
set modelButton [ #text := value ]
setModelButtonUseMarkup :: (MonadIO m, IsModelButton o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-markup” property. When overloading is enabled, this is equivalent to
set modelButton [ #useMarkup := value ]