Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. genClosure_PrintSettingsFunc :: MonadIO m => PrintSettingsFunc -> m (GClosure C_PrintSettingsFunc)

    gi-gtk4 GI.Gtk.Callbacks

    Wrap the callback into a GClosure.

  2. mk_PrintSettingsFunc :: C_PrintSettingsFunc -> IO (FunPtr C_PrintSettingsFunc)

    gi-gtk4 GI.Gtk.Callbacks

    Generate a function pointer callable from C code, from a C_PrintSettingsFunc.

  3. noPrintSettingsFunc :: Maybe PrintSettingsFunc

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe PrintSettingsFunc.

  4. noPrintSettingsFunc_WithClosures :: Maybe PrintSettingsFunc_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe PrintSettingsFunc_WithClosures.

  5. wrap_PrintSettingsFunc :: Maybe (Ptr (FunPtr C_PrintSettingsFunc)) -> PrintSettingsFunc_WithClosures -> C_PrintSettingsFunc

    gi-gtk4 GI.Gtk.Callbacks

    Wrap a PrintSettingsFunc into a C_PrintSettingsFunc.

  6. pageSetupUnixDialogGetPrintSettings :: (HasCallStack, MonadIO m, IsPageSetupUnixDialog a) => a -> m (Maybe PrintSettings)

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Gets the current print settings from the dialog.

  7. pageSetupUnixDialogSetPrintSettings :: (HasCallStack, MonadIO m, IsPageSetupUnixDialog a, IsPrintSettings b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Sets the GtkPrintSettings from which the page setup dialog takes its values.

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

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

  10. printDialogGetPrintSettings :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Returns the print settings for the print dialog. Since: 4.14

Page 24 of many | Previous | Next