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.
switchPage :: NotebookClass self => Signal self (Int -> IO ())gtk Graphics.UI.Gtk.Layout.Notebook Emitted when the user or a function changes the current page.
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.
adjustmentGetPageIncrement :: Adjustment -> IO Doublegtk Graphics.UI.Gtk.Misc.Adjustment Retrieve the pageincrement value.
adjustmentGetPageSize :: Adjustment -> IO Doublegtk Graphics.UI.Gtk.Misc.Adjustment Retrieve the page size value.
adjustmentPageIncrement :: Attr Adjustment Doublegtk Graphics.UI.Gtk.Misc.Adjustment The page increment of the adjustment. Default value: 0
adjustmentPageSize :: Attr Adjustment Doublegtk 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 ()gtk Graphics.UI.Gtk.Misc.Adjustment Set the page increment value.
adjustmentSetPageSize :: Adjustment -> Double -> IO ()gtk Graphics.UI.Gtk.Misc.Adjustment Set the page size value.
MovementHorizontalPages :: MovementStepgtk Graphics.UI.Gtk.Multiline.TextView No documentation available.
-
gtk Graphics.UI.Gtk.Multiline.TextView No documentation available.