Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. pageSetupNewFromKeyFile :: (HasCallStack, MonadIO m) => KeyFile -> Maybe Text -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Reads the page setup from the group groupName in the key file keyFile. Returns a new GtkPageSetup object with the restored page setup, or Nothing if an error occurred.

  2. pageSetupSetBottomMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the bottom margin of the GtkPageSetup.

  3. pageSetupSetLeftMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the left margin of the GtkPageSetup.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the page orientation of the GtkPageSetup.

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

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

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the right margin of the GtkPageSetup.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the top margin of the GtkPageSetup.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    This function saves the information from setup to fileName.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Serialize page setup to an a{sv} variant.

Page 17 of many | Previous | Next