Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gtk3 Graphics.UI.Gtk.Multiline.TextView The setTextViewScrollAdjustments signal is a keybinding signal which gets emitted to toggle the visibility of the cursor. The default binding for this signal is F7.
textViewGetHadjustment :: TextViewClass self => self -> IO Adjustmentgtk3 Graphics.UI.Gtk.Multiline.TextView Gets the horizontal-scrolling Adjustment.
- Available since Gtk+ version 2.22
textViewGetVadjustment :: TextViewClass self => self -> IO Adjustmentgtk3 Graphics.UI.Gtk.Multiline.TextView Gets the vertical-scrolling Adjustment.
- Available since Gtk+ version 2.22
scrolledWindowGetHAdjustment :: ScrolledWindowClass self => self -> IO Adjustmentgtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow Returns the horizontal scrollbar's adjustment, used to connect the horizontal scrollbar to the child widget's horizontal scroll functionality.
scrolledWindowGetVAdjustment :: ScrolledWindowClass self => self -> IO Adjustmentgtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow Returns the vertical scrollbar's adjustment, used to connect the vertical scrollbar to the child widget's vertical scroll functionality.
scrolledWindowHAdjustment :: ScrolledWindowClass self => Attr self Adjustmentgtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow The Adjustment for the horizontal position.
scrolledWindowSetHAdjustment :: ScrolledWindowClass self => self -> Adjustment -> IO ()gtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow Sets the Adjustment for the horizontal scrollbar.
scrolledWindowSetVAdjustment :: ScrolledWindowClass self => self -> Adjustment -> IO ()gtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow Sets the Adjustment for the vertical scrollbar.
scrolledWindowVAdjustment :: ScrolledWindowClass self => Attr self Adjustmentgtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow The Adjustment for the vertical position.
withTagListM :: Monad m => ([Tag String] -> m [Tag String]) -> String -> m Stringhakyll Hakyll.Web.Html Map over all tags (as list) in the document, in a monad