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

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Gets the right margin in units of unit.

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Gets the top margin in units of unit.

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

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

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Creates a new GtkPageSetup.

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

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

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

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

    gi-gtk4 GI.Gtk.Objects.PageSetup

    Sets the bottom margin of the GtkPageSetup.

Page 13 of many | Previous | Next