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. pageSetupNewFromGvariant :: (HasCallStack, MonadIO m) => GVariant -> m PageSetup

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Desrialize a page setup from an a{sv} variant in the format produced by pageSetupToGvariant. Since: 3.22

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

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

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Sets the bottom margin of the PageSetup. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Sets the left margin of the PageSetup. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Sets the page orientation of the PageSetup. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Sets the paper size of the PageSetup without changing the margins. See pageSetupSetPaperSizeAndDefaultMargins. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Sets the paper size of the PageSetup and modifies the margins according to the new paper size. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Sets the right margin of the PageSetup. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Sets the top margin of the PageSetup. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    This function saves the information from setup to fileName. Since: 2.12

Page 11 of many | Previous | Next