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. pageSetupSetLeftMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the left margin of the GtkPageSetup.

  2. pageSetupSetOrientation :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> PageOrientation -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the page orientation of the GtkPageSetup.

  3. pageSetupSetPaperSize :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> PaperSize -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the paper size of the GtkPageSetup without changing the margins. See pageSetupSetPaperSizeAndDefaultMargins.

  4. pageSetupSetPaperSizeAndDefaultMargins :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> PaperSize -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the paper size of the GtkPageSetup and modifies the margins according to the new paper size.

  5. pageSetupSetRightMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the right margin of the GtkPageSetup.

  6. pageSetupSetTopMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the top margin of the GtkPageSetup.

  7. pageSetupToFile :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> [Char] -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetup

    This function saves the information from setup to fileName.

  8. pageSetupToGvariant :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m GVariant

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Serialize page setup to an a{sv} variant.

  9. pageSetupToKeyFile :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> KeyFile -> Maybe Text -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetup

    This function adds the page setup from setup to keyFile.

  10. pageSetupUnixDialogGetPageSetup :: (HasCallStack, MonadIO m, IsPageSetupUnixDialog a) => a -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Gets the currently selected page setup from the dialog.

Page 14 of many | Previous | Next