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.

  1. 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.

  2. constructPrintDialogPageSetup :: (IsPrintDialog o, MonadIO m, IsPageSetup a) => a -> m (GValueConstruct o)

    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.

  3. constructPrintDialogPrintSettings :: (IsPrintDialog o, MonadIO m, IsPrintSettings a) => a -> m (GValueConstruct o)

    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.

  4. 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.

  5. getPrintDialogAcceptLabel :: (MonadIO m, IsPrintDialog o) => o -> m Text

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Get the value of the “accept-label” property. When overloading is enabled, this is equivalent to

    get printDialog #acceptLabel
    

  6. getPrintDialogModal :: (MonadIO m, IsPrintDialog o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Get the value of the “modal” property. When overloading is enabled, this is equivalent to

    get printDialog #modal
    

  7. getPrintDialogPageSetup :: (MonadIO m, IsPrintDialog o) => o -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Get the value of the “page-setup” property. When overloading is enabled, this is equivalent to

    get printDialog #pageSetup
    

  8. getPrintDialogPrintSettings :: (MonadIO m, IsPrintDialog o) => o -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Get the value of the “print-settings” property. When overloading is enabled, this is equivalent to

    get printDialog #printSettings
    

  9. getPrintDialogTitle :: (MonadIO m, IsPrintDialog o) => o -> m Text

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Get the value of the “title” property. When overloading is enabled, this is equivalent to

    get printDialog #title
    

  10. 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 ]
    

Page 253 of many | Previous | Next