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.
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
pageAdded :: NotebookClass self => Signal self (Widget -> Int -> IO ())gtk Graphics.UI.Gtk.Layout.Notebook The pageAdded signal is emitted in the notebook right after a page is added to the notebook.
- Available since Gtk+ version 2.10
pageRemoved :: NotebookClass self => Signal self (Widget -> Int -> IO ())gtk Graphics.UI.Gtk.Layout.Notebook The pageRemoved signal is emitted in the notebook right after a page is removed from the notebook.
- Available since Gtk+ version 2.10
pageReordered :: NotebookClass self => Signal self (Widget -> Int -> IO ())gtk Graphics.UI.Gtk.Layout.Notebook The pageReordered signal is emitted in the notebook right after a page has been reordered.
- Available since Gtk+ version 2.10
pageHorizontally :: TextViewClass self => Signal self (Int -> Bool -> IO ())gtk Graphics.UI.Gtk.Multiline.TextView Page change signals.
- The signal specifies how many pages the view should move up or down. The flag is set to True if this movement extends a selection.
- The action itself happens when the TextView processes this signal.
- Figure out why this signal is called horizontally, not vertically.
pageSetupCopy :: PageSetupClass self => self -> IO PageSetupgtk Graphics.UI.Gtk.Printing.PageSetup Copies a PageSetup.
pageSetupGetBottomMargin :: PageSetupClass self => self -> Unit -> IO Doublegtk Graphics.UI.Gtk.Printing.PageSetup Gets the bottom margin in units of unit.
pageSetupGetLeftMargin :: PageSetupClass self => self -> Unit -> IO Doublegtk Graphics.UI.Gtk.Printing.PageSetup Gets the left margin in units of unit.
pageSetupGetPageHeight :: PageSetupClass self => self -> Unit -> IO Doublegtk Graphics.UI.Gtk.Printing.PageSetup Returns the page height in units of unit. Note that this function takes orientation and margins into consideration. See pageSetupGetPaperHeight.