Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. setIconViewScrollAdjustments :: IconViewClass self => Signal self (Adjustment -> Adjustment -> IO ())

    gtk3 Graphics.UI.Gtk.ModelView.IconView

    New scroll adjustment have been set for this widget.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the horizontal aspect.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the vertical aspect.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Horizontal Adjustment for the widget.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Sets the Adjustment for the current horizontal aspect.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Sets the Adjustment for the current vertical aspect.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Vertical Adjustment for the widget.

  8. textTagJustification :: TextTagClass self => Attr self Justification

    gtk3 Graphics.UI.Gtk.Multiline.TextTag

    Left, right, or center justification. Default value: JustifyLeft

  9. textTagJustificationSet :: TextTagClass self => Attr self Bool

    gtk3 Graphics.UI.Gtk.Multiline.TextTag

    Whether this tag affects paragraph justification. Default value: False

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

Page 131 of many | Previous | Next