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.
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.
pageSetupNewFromKeyFile :: (HasCallStack, MonadIO m) => KeyFile -> Maybe Text -> m PageSetupgi-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.
pageSetupSetBottomMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Double -> Unit -> m ()gi-gtk4 GI.Gtk.Objects.PageSetup Sets the bottom margin of the GtkPageSetup.