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.
pageSetupSetLeftMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()gi-gtk4 GI.Gtk.Objects.PageSetup Sets the left margin of the GtkPageSetup.
pageSetupSetOrientation :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> PageOrientation -> m ()gi-gtk4 GI.Gtk.Objects.PageSetup Sets the page orientation of the GtkPageSetup.
pageSetupSetPaperSize :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> PaperSize -> m ()gi-gtk4 GI.Gtk.Objects.PageSetup Sets the paper size of the GtkPageSetup without changing the margins. See pageSetupSetPaperSizeAndDefaultMargins.
-
gi-gtk4 GI.Gtk.Objects.PageSetup Sets the paper size of the GtkPageSetup and modifies the margins according to the new paper size.
pageSetupSetRightMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()gi-gtk4 GI.Gtk.Objects.PageSetup Sets the right margin of the GtkPageSetup.
pageSetupSetTopMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()gi-gtk4 GI.Gtk.Objects.PageSetup Sets the top margin of the GtkPageSetup.
pageSetupToFile :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> [Char] -> m ()gi-gtk4 GI.Gtk.Objects.PageSetup This function saves the information from setup to fileName.
pageSetupToGvariant :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m GVariantgi-gtk4 GI.Gtk.Objects.PageSetup Serialize page setup to an a{sv} variant.
pageSetupToKeyFile :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> KeyFile -> Maybe Text -> m ()gi-gtk4 GI.Gtk.Objects.PageSetup This function adds the page setup from setup to keyFile.
-
gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog Gets the currently selected page setup from the dialog.