Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the horizontal aspect.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the vertical aspect.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Horizontal Adjustment for the widget.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Sets the Adjustment for the current horizontal aspect.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Sets the Adjustment for the current vertical aspect.

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

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Vertical Adjustment for the widget.

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

    gtk3 Graphics.UI.Gtk.Multiline.TextTag

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

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

    gtk3 Graphics.UI.Gtk.Multiline.TextTag

    Whether this tag affects paragraph justification. Default value: False

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

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

    gtk3 Graphics.UI.Gtk.Multiline.TextView

    Gets the horizontal-scrolling Adjustment.

    • Available since Gtk+ version 2.22

Page 131 of many | Previous | Next