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.

  1. setTextViewScrollAdjustments :: TextViewClass self => Signal self (Adjustment -> Adjustment -> IO ())

    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.

  2. textViewGetHadjustment :: TextViewClass self => self -> IO Adjustment

    gtk3 Graphics.UI.Gtk.Multiline.TextView

    Gets the horizontal-scrolling Adjustment.

    • Available since Gtk+ version 2.22

  3. textViewGetVadjustment :: TextViewClass self => self -> IO Adjustment

    gtk3 Graphics.UI.Gtk.Multiline.TextView

    Gets the vertical-scrolling Adjustment.

    • Available since Gtk+ version 2.22

  4. scrolledWindowGetHAdjustment :: ScrolledWindowClass self => self -> IO Adjustment

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

  5. scrolledWindowGetVAdjustment :: ScrolledWindowClass self => self -> IO Adjustment

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

  6. scrolledWindowHAdjustment :: ScrolledWindowClass self => Attr self Adjustment

    gtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow

    The Adjustment for the horizontal position.

  7. scrolledWindowSetHAdjustment :: ScrolledWindowClass self => self -> Adjustment -> IO ()

    gtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow

    Sets the Adjustment for the horizontal scrollbar.

  8. scrolledWindowSetVAdjustment :: ScrolledWindowClass self => self -> Adjustment -> IO ()

    gtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow

    Sets the Adjustment for the vertical scrollbar.

  9. scrolledWindowVAdjustment :: ScrolledWindowClass self => Attr self Adjustment

    gtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow

    The Adjustment for the vertical position.

  10. withTagListM :: Monad m => ([Tag String] -> m [Tag String]) -> String -> m String

    hakyll Hakyll.Web.Html

    Map over all tags (as list) in the document, in a monad

Page 187 of many | Previous | Next