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.
pageSetupToGvariant :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m GVariantgi-gtk3 GI.Gtk.Objects.PageSetup Serialize page setup to an a{sv} variant. Since: 3.22
pageSetupToKeyFile :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> KeyFile -> Maybe Text -> m ()gi-gtk3 GI.Gtk.Objects.PageSetup This function adds the page setup from setup to keyFile. Since: 2.12
pageSetupCopy :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m PageSetupgi-gtk4 GI.Gtk.Objects.PageSetup Copies a GtkPageSetup.
pageSetupGetBottomMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-gtk4 GI.Gtk.Objects.PageSetup Gets the bottom margin in units of unit.
pageSetupGetLeftMargin :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-gtk4 GI.Gtk.Objects.PageSetup Gets the left margin in units of unit.
pageSetupGetOrientation :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m PageOrientationgi-gtk4 GI.Gtk.Objects.PageSetup Gets the page orientation of the GtkPageSetup.
pageSetupGetPageHeight :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-gtk4 GI.Gtk.Objects.PageSetup Returns the page height in units of unit. Note that this function takes orientation and margins into consideration. See pageSetupGetPaperHeight.
pageSetupGetPageWidth :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> Unit -> m Doublegi-gtk4 GI.Gtk.Objects.PageSetup Returns the page width in units of unit. Note that this function takes orientation and margins into consideration. See pageSetupGetPaperWidth.
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.