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

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Gets the paper size of the GtkPageSetup.

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

    gi-gtk4 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.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Gets the right margin in units of unit.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Gets the top margin in units of unit.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Reads the page setup from the file fileName. See pageSetupToFile.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

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

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Creates a new GtkPageSetup.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

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

  10. pageSetupNewFromGvariant :: (HasCallStack, MonadIO m) => GVariant -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Desrialize a page setup from an a{sv} variant. The variant must be in the format produced by pageSetupToGvariant.

Page 16 of many | Previous | Next