Hoogle Search
Within Stackage Nightly 2026-06-26 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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 ]
setMountOperationParent :: (MonadIO m, IsMountOperation o, IsWindow a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “parent” property. When overloading is enabled, this is equivalent to
set mountOperation [ #parent := value ]
setMountOperationScreen :: (MonadIO m, IsMountOperation o, IsScreen a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “screen” property. When overloading is enabled, this is equivalent to
set mountOperation [ #screen := value ]