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.

  1. pageSetupToGvariant :: (HasCallStack, MonadIO m, IsPageSetup a) => a -> m GVariant

    gi-gtk3 GI.Gtk.Objects.PageSetup

    Serialize page setup to an a{sv} variant. Since: 3.22

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

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

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

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

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

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

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Copies a PageSetup.

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

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Gets the bottom margin in units of unit.

  9. pageSetupGetLeftMargin :: PageSetupClass self => self -> Unit -> IO Double

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Gets the left margin in units of unit.

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

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

Page 12 of many | Previous | Next