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. cellRendererSpinAdjustment :: CellRendererSpinClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.ModelView.CellRendererSpin

    The adjustment that holds the value of the spinbutton.

    • Available since Gtk+ version 2.10

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

    gtk Graphics.UI.Gtk.ModelView.IconView

    New scroll adjustment have been set for this widget.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the horizontal aspect.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the vertical aspect.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Horizontal Adjustment for the widget.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Sets the Adjustment for the current horizontal aspect.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Sets the Adjustment for the current vertical aspect.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Vertical Adjustment for the widget.

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

    gtk Graphics.UI.Gtk.Multiline.TextTag

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

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

    gtk Graphics.UI.Gtk.Multiline.TextTag

    Whether this tag affects paragraph justification. Default value: False

Page 110 of many | Previous | Next