Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. treeViewHAdjustment :: TreeViewClass self => Attr self (Maybe Adjustment)

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Horizontal Adjustment for the widget.

  2. treeViewSetHAdjustment :: TreeViewClass self => self -> Maybe Adjustment -> IO ()

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Sets the Adjustment for the current horizontal aspect.

  3. treeViewSetVAdjustment :: TreeViewClass self => self -> Maybe Adjustment -> IO ()

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Sets the Adjustment for the current vertical aspect.

  4. treeViewVAdjustment :: TreeViewClass self => Attr self (Maybe Adjustment)

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Vertical Adjustment for the widget.

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

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

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

    gtk Graphics.UI.Gtk.Multiline.TextView

    Gets the horizontal-scrolling Adjustment.

    • Available since Gtk+ version 2.22

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

    gtk Graphics.UI.Gtk.Multiline.TextView

    Gets the vertical-scrolling Adjustment.

    • Available since Gtk+ version 2.22

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

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

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

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

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

    gtk Graphics.UI.Gtk.Scrolling.ScrolledWindow

    The Adjustment for the horizontal position.

Page 152 of many | Previous | Next