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.
pageSetupNewFromGvariant :: (HasCallStack, MonadIO m) => GVariant -> m PageSetupgi-gtk3 GI.Gtk.Objects.PageSetup Desrialize a page setup from an a{sv} variant in the format produced by pageSetupToGvariant. Since: 3.22
pageSetupNewFromKeyFile :: (HasCallStack, MonadIO m) => KeyFile -> Maybe Text -> m PageSetupgi-gtk3 GI.Gtk.Objects.PageSetup Reads the page setup from the group groupName in the key file keyFile. Returns a new PageSetup object with the restored page setup, or Nothing if an error occurred. Since: 2.12
pageSetupSetBottomMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()gi-gtk3 GI.Gtk.Objects.PageSetup Sets the bottom margin of the PageSetup. Since: 2.10
pageSetupSetLeftMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()gi-gtk3 GI.Gtk.Objects.PageSetup Sets the left margin of the PageSetup. Since: 2.10
pageSetupSetOrientation :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> PageOrientation -> m ()gi-gtk3 GI.Gtk.Objects.PageSetup Sets the page orientation of the PageSetup. Since: 2.10
pageSetupSetPaperSize :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> PaperSize -> m ()gi-gtk3 GI.Gtk.Objects.PageSetup Sets the paper size of the PageSetup without changing the margins. See pageSetupSetPaperSizeAndDefaultMargins. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.PageSetup Sets the paper size of the PageSetup and modifies the margins according to the new paper size. Since: 2.10
pageSetupSetRightMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()gi-gtk3 GI.Gtk.Objects.PageSetup Sets the right margin of the PageSetup. Since: 2.10
pageSetupSetTopMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()gi-gtk3 GI.Gtk.Objects.PageSetup Sets the top margin of the PageSetup. Since: 2.10
pageSetupToFile :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> [Char] -> m ()gi-gtk3 GI.Gtk.Objects.PageSetup This function saves the information from setup to fileName. Since: 2.12