Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. switchPage :: NotebookClass self => Signal self (Int -> IO ())

    gtk Graphics.UI.Gtk.Layout.Notebook

    Emitted when the user or a function changes the current page.

  2. adjustmentClampPage :: Adjustment -> Double -> Double -> IO ()

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Updates the Adjustment value to ensure that the range between lower and upper is in the current page (i.e. between value and value + pageSize). If the range is larger than the page size, then only the start of it will be in the current page. A "changed" signal will be emitted if the value is changed.

  3. adjustmentGetPageIncrement :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the pageincrement value.

  4. adjustmentGetPageSize :: Adjustment -> IO Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the page size value.

  5. adjustmentPageIncrement :: Attr Adjustment Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    The page increment of the adjustment. Default value: 0

  6. adjustmentPageSize :: Attr Adjustment Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    The page size of the adjustment. Note that the page-size is irrelevant and should be set to zero if the adjustment is used for a simple scalar value, e.g. in a SpinButton. Default value: 0

  7. adjustmentSetPageIncrement :: Adjustment -> Double -> IO ()

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Set the page increment value.

  8. adjustmentSetPageSize :: Adjustment -> Double -> IO ()

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Set the page size value.

  9. MovementHorizontalPages :: MovementStep

    gtk Graphics.UI.Gtk.Multiline.TextView

    No documentation available.

  10. MovementPages :: MovementStep

    gtk Graphics.UI.Gtk.Multiline.TextView

    No documentation available.

Page 346 of many | Previous | Next