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.
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.
adjustmentGetPageIncrement :: Adjustment -> IO Doublegtk3 Graphics.UI.Gtk.Misc.Adjustment Retrieve the pageincrement value.
adjustmentGetPageSize :: Adjustment -> IO Doublegtk3 Graphics.UI.Gtk.Misc.Adjustment Retrieve the page size value.
adjustmentPageIncrement :: Attr Adjustment Doublegtk3 Graphics.UI.Gtk.Misc.Adjustment The page increment of the adjustment. Default value: 0
adjustmentPageSize :: Attr Adjustment Doublegtk3 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
adjustmentSetPageIncrement :: Adjustment -> Double -> IO ()gtk3 Graphics.UI.Gtk.Misc.Adjustment Set the page increment value.
adjustmentSetPageSize :: Adjustment -> Double -> IO ()gtk3 Graphics.UI.Gtk.Misc.Adjustment Set the page size value.
MovementHorizontalPages :: MovementStepgtk3 Graphics.UI.Gtk.Multiline.TextView No documentation available.
-
gtk3 Graphics.UI.Gtk.Multiline.TextView No documentation available.
castToPageSetup :: GObjectClass obj => obj -> PageSetupgtk3 Graphics.UI.Gtk.Printing.PageSetup No documentation available.