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. adjustmentClampPage :: Adjustment -> Double -> Double -> IO ()

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

  2. adjustmentGetPageIncrement :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the pageincrement value.

  3. adjustmentGetPageSize :: Adjustment -> IO Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Retrieve the page size value.

  4. adjustmentPageIncrement :: Attr Adjustment Double

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    The page increment of the adjustment. Default value: 0

  5. adjustmentPageSize :: Attr Adjustment Double

    gtk3 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

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

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Set the page increment value.

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

    gtk3 Graphics.UI.Gtk.Misc.Adjustment

    Set the page size value.

  8. MovementHorizontalPages :: MovementStep

    gtk3 Graphics.UI.Gtk.Multiline.TextView

    No documentation available.

  9. MovementPages :: MovementStep

    gtk3 Graphics.UI.Gtk.Multiline.TextView

    No documentation available.

  10. castToPageSetup :: GObjectClass obj => obj -> PageSetup

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    No documentation available.

Page 370 of many | Previous | Next