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.
pageSetupGetPaperHeight :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-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.
pageSetupGetPaperSize :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m PaperSizegi-gtk4 GI.Gtk.Objects.PageSetup Gets the paper size of the GtkPageSetup.
pageSetupGetPaperWidth :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-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.
pageSetupGetRightMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-gtk4 GI.Gtk.Objects.PageSetup Gets the right margin in units of unit.
pageSetupGetTopMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-gtk4 GI.Gtk.Objects.PageSetup Gets the top margin in units of unit.
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.
-
gi-gtk4 GI.Gtk.Objects.PageSetup Reads the page setup from the group groupName in the key file keyFile.
pageSetupNew :: (HasCallStack, MonadIO m) => m PageSetupgi-gtk4 GI.Gtk.Objects.PageSetup Creates a new GtkPageSetup.
pageSetupNewFromFile :: (HasCallStack, MonadIO m) => [Char] -> m PageSetupgi-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.
pageSetupNewFromGvariant :: (HasCallStack, MonadIO m) => GVariant -> m PageSetupgi-gtk4 GI.Gtk.Objects.PageSetup Desrialize a page setup from an a{sv} variant. The variant must be in the format produced by pageSetupToGvariant.