Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setBoxLayoutSpacing :: (MonadIO m, IsBoxLayout o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.BoxLayout Set the value of the “spacing” property. When overloading is enabled, this is equivalent to
set boxLayout [ #spacing := value ]
setBuilderCurrentObject :: (MonadIO m, IsBuilder o, IsObject a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.Builder Set the value of the “current-object” property. When overloading is enabled, this is equivalent to
set builder [ #currentObject := value ]
setBuilderScope :: (MonadIO m, IsBuilder o, IsBuilderScope a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.Builder Set the value of the “scope” property. When overloading is enabled, this is equivalent to
set builder [ #scope := value ]
setBuilderTranslationDomain :: (MonadIO m, IsBuilder o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Builder Set the value of the “translation-domain” property. When overloading is enabled, this is equivalent to
set builder [ #translationDomain := value ]
setButtonCanShrink :: (MonadIO m, IsButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Button Set the value of the “can-shrink” property. When overloading is enabled, this is equivalent to
set button [ #canShrink := value ]
setButtonChild :: (MonadIO m, IsButton o, IsWidget a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.Button Set the value of the “child” property. When overloading is enabled, this is equivalent to
set button [ #child := value ]
setButtonHasFrame :: (MonadIO m, IsButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Button Set the value of the “has-frame” property. When overloading is enabled, this is equivalent to
set button [ #hasFrame := value ]
setButtonIconName :: (MonadIO m, IsButton o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Button Set the value of the “icon-name” property. When overloading is enabled, this is equivalent to
set button [ #iconName := value ]
setButtonLabel :: (MonadIO m, IsButton o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Button Set the value of the “label” property. When overloading is enabled, this is equivalent to
set button [ #label := value ]
setButtonUseUnderline :: (MonadIO m, IsButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Button Set the value of the “use-underline” property. When overloading is enabled, this is equivalent to
set button [ #useUnderline := value ]