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

    gi-gtk3 GI.Gtk.Objects.PageSetup

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

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

    gi-gtk3 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. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Gets the paper size of the PageSetup. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Returns the paper width in units of unit. Note that this function takes orientation, but not margins into consideration. See pageSetupGetPageWidth. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Gets the right margin in units of unit. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Gets the top margin in units of unit. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Reads the page setup from the file fileName. See pageSetupToFile. Since: 2.14

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

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Reads the page setup from the group groupName in the key file keyFile. Since: 2.14

  9. pageSetupNew :: (HasCallStack, MonadIO m) => m PageSetup

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Creates a new PageSetup. Since: 2.10

  10. pageSetupNewFromFile :: (HasCallStack, MonadIO m) => [Char] -> m PageSetup

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Reads the page setup from the file fileName. Returns a new PageSetup object with the restored page setup, or Nothing if an error occurred. See pageSetupToFile. Since: 2.12

Page 10 of many | Previous | Next