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. pageSetupToGvariant :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m GVariant

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Serialize page setup to an a{sv} variant. Since: 3.22

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    This function adds the page setup from setup to keyFile. Since: 2.12

  3. pageSetupCopy :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Copies a GtkPageSetup.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Gets the bottom margin in units of unit.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Gets the left margin in units of unit.

  6. pageSetupGetOrientation :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m PageOrientation

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Gets the page orientation of the GtkPageSetup.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Returns the page height in units of unit. Note that this function takes orientation and margins into consideration. See pageSetupGetPaperHeight.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Returns the page width in units of unit. Note that this function takes orientation and margins into consideration. See pageSetupGetPaperWidth.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Returns the paper height in units of unit. Note that this function takes orientation, but not margins into consideration. See pageSetupGetPageHeight.

  10. pageSetupGetPaperSize :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m PaperSize

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Gets the paper size of the GtkPageSetup.

Page 12 of many | Previous | Next