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.
pageSetupGetPageWidth :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-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
pageSetupGetPaperHeight :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-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
pageSetupGetPaperSize :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m PaperSizegi-gtk3 GI.Gtk.Objects.PageSetup Gets the paper size of the PageSetup. Since: 2.10
pageSetupGetPaperWidth :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-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
pageSetupGetRightMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-gtk3 GI.Gtk.Objects.PageSetup Gets the right margin in units of unit. Since: 2.10
pageSetupGetTopMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-gtk3 GI.Gtk.Objects.PageSetup Gets the top margin in units of unit. Since: 2.10
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
-
gi-gtk3 GI.Gtk.Objects.PageSetup Reads the page setup from the group groupName in the key file keyFile. Since: 2.14
pageSetupNew :: (HasCallStack, MonadIO m) => m PageSetupgi-gtk3 GI.Gtk.Objects.PageSetup Creates a new PageSetup. Since: 2.10
pageSetupNewFromFile :: (HasCallStack, MonadIO m) => [Char] -> m PageSetupgi-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