Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. toPrintContext :: (MonadIO m, IsPrintContext o) => o -> m PrintContext

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Cast to PrintContext, for types for which this is known to be safe. For general casts, use castTo.

  2. class (GObject o, IsDescendantOf PrintDialog o) => IsPrintDialog o

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Type class for types which can be safely cast to PrintDialog, for instance with toPrintDialog.

  3. constructPrintDialogAcceptLabel :: (IsPrintDialog o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Construct a GValueConstruct with valid value for the “accept-label” property. This is rarely needed directly, but it is used by new.

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

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

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

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

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

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

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

Page 344 of many | Previous | Next