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.
setFontDialogModal :: (MonadIO m, IsFontDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.FontDialog Set the value of the “modal” property. When overloading is enabled, this is equivalent to
set fontDialog [ #modal := value ]
setFontDialogTitle :: (MonadIO m, IsFontDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.FontDialog Set the value of the “title” property. When overloading is enabled, this is equivalent to
set fontDialog [ #title := value ]
setFontDialogButtonDialog :: (MonadIO m, IsFontDialogButton o, IsFontDialog a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.FontDialogButton Set the value of the “dialog” property. When overloading is enabled, this is equivalent to
set fontDialogButton [ #dialog := value ]
setFontDialogButtonFontDesc :: (MonadIO m, IsFontDialogButton o) => o -> FontDescription -> m ()gi-gtk4 GI.Gtk.Objects.FontDialogButton Set the value of the “font-desc” property. When overloading is enabled, this is equivalent to
set fontDialogButton [ #fontDesc := value ]
setFontDialogButtonFontFeatures :: (MonadIO m, IsFontDialogButton o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.FontDialogButton Set the value of the “font-features” property. When overloading is enabled, this is equivalent to
set fontDialogButton [ #fontFeatures := value ]
setFontDialogButtonLanguage :: (MonadIO m, IsFontDialogButton o) => o -> Language -> m ()gi-gtk4 GI.Gtk.Objects.FontDialogButton Set the value of the “language” property. When overloading is enabled, this is equivalent to
set fontDialogButton [ #language := value ]
setFontDialogButtonLevel :: (MonadIO m, IsFontDialogButton o) => o -> FontLevel -> m ()gi-gtk4 GI.Gtk.Objects.FontDialogButton Set the value of the “level” property. When overloading is enabled, this is equivalent to
set fontDialogButton [ #level := value ]
setFontDialogButtonUseFont :: (MonadIO m, IsFontDialogButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.FontDialogButton Set the value of the “use-font” property. When overloading is enabled, this is equivalent to
set fontDialogButton [ #useFont := value ]
setFontDialogButtonUseSize :: (MonadIO m, IsFontDialogButton o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.FontDialogButton Set the value of the “use-size” property. When overloading is enabled, this is equivalent to
set fontDialogButton [ #useSize := value ]
setFrameChild :: (MonadIO m, IsFrame o, IsWidget a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.Frame Set the value of the “child” property. When overloading is enabled, this is equivalent to
set frame [ #child := value ]