Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
constructPrintDialogModal :: (IsPrintDialog o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.PrintDialog Construct a GValueConstruct with valid value for the “modal” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.PrintDialog Construct a GValueConstruct with valid value for the “page-setup” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.PrintDialog Construct a GValueConstruct with valid value for the “print-settings” property. This is rarely needed directly, but it is used by new.
constructPrintDialogTitle :: (IsPrintDialog o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.PrintDialog Construct a GValueConstruct with valid value for the “title” property. This is rarely needed directly, but it is used by new.
getPrintDialogAcceptLabel :: (MonadIO m, IsPrintDialog o) => o -> m Textgi-gtk4 GI.Gtk.Objects.PrintDialog Get the value of the “accept-label” property. When overloading is enabled, this is equivalent to
get printDialog #acceptLabel
getPrintDialogModal :: (MonadIO m, IsPrintDialog o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.PrintDialog Get the value of the “modal” property. When overloading is enabled, this is equivalent to
get printDialog #modal
getPrintDialogPageSetup :: (MonadIO m, IsPrintDialog o) => o -> m PageSetupgi-gtk4 GI.Gtk.Objects.PrintDialog Get the value of the “page-setup” property. When overloading is enabled, this is equivalent to
get printDialog #pageSetup
getPrintDialogPrintSettings :: (MonadIO m, IsPrintDialog o) => o -> m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintDialog Get the value of the “print-settings” property. When overloading is enabled, this is equivalent to
get printDialog #printSettings
getPrintDialogTitle :: (MonadIO m, IsPrintDialog o) => o -> m Textgi-gtk4 GI.Gtk.Objects.PrintDialog Get the value of the “title” property. When overloading is enabled, this is equivalent to
get printDialog #title
setPrintDialogAcceptLabel :: (MonadIO m, IsPrintDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.PrintDialog Set the value of the “accept-label” property. When overloading is enabled, this is equivalent to
set printDialog [ #acceptLabel := value ]