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.

  1. pageSetupUnixDialogGetPrintSettings :: (HasCallStack, MonadIO m, IsPageSetupUnixDialog a) => a -> m (Maybe PrintSettings)

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Gets the current print settings from the dialog.

  2. pageSetupUnixDialogNew :: (HasCallStack, MonadIO m, IsWindow a) => Maybe Text -> Maybe a -> m PageSetupUnixDialog

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Creates a new page setup dialog.

  3. pageSetupUnixDialogSetPageSetup :: (HasCallStack, MonadIO m, IsPageSetupUnixDialog a, IsPageSetup b) => a -> b -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Sets the GtkPageSetup from which the page setup dialog takes its values.

  4. pageSetupUnixDialogSetPrintSettings :: (HasCallStack, MonadIO m, IsPageSetupUnixDialog a, IsPrintSettings b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Sets the GtkPrintSettings from which the page setup dialog takes its values.

  5. 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

  6. 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

  7. 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

  8. 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.

  9. pageSetupCopy :: PageSetupClass self => self -> IO PageSetup

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Copies a PageSetup.

  10. pageSetupGetBottomMargin :: PageSetupClass self => self -> Unit -> IO Double

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Gets the bottom margin in units of unit.

Page 15 of many | Previous | Next