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.

  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. textTagJustification :: TextTagClass self => Attr self Justification

    gtk Graphics.UI.Gtk.Multiline.TextTag

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

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

    gtk Graphics.UI.Gtk.Multiline.TextTag

    Whether this tag affects paragraph justification. Default value: False

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

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

    gtk Graphics.UI.Gtk.Multiline.TextView

    Gets the horizontal-scrolling Adjustment.

    • Available since Gtk+ version 2.22

  9. textViewGetJustification :: TextViewClass self => self -> IO Justification

    gtk Graphics.UI.Gtk.Multiline.TextView

    Gets the default justification of paragraphs in the text view. Tags in the buffer may override the default.

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

    gtk Graphics.UI.Gtk.Multiline.TextView

    Gets the vertical-scrolling Adjustment.

    • Available since Gtk+ version 2.22

Page 111 of many | Previous | Next