Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. drop_closures_PrintSettingsFunc :: PrintSettingsFunc -> PrintSettingsFunc_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A simple wrapper that ignores the closure arguments.

  2. dynamic_PrintSettingsFunc :: (HasCallStack, MonadIO m) => FunPtr C_PrintSettingsFunc -> Text -> Text -> Ptr () -> m ()

    gi-gtk4 GI.Gtk.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

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

    gi-gtk4 GI.Gtk.Callbacks

    Wrap the callback into a GClosure.

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

  5. noPrintSettingsFunc :: Maybe PrintSettingsFunc

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe PrintSettingsFunc.

  6. noPrintSettingsFunc_WithClosures :: Maybe PrintSettingsFunc_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe PrintSettingsFunc_WithClosures.

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

    gi-gtk4 GI.Gtk.Callbacks

    Wrap a PrintSettingsFunc into a C_PrintSettingsFunc.

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

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Gets the current print settings from the dialog.

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

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

Page 17 of many | Previous | Next