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.
-
gtk3 Graphics.UI.Gtk.ModelView.IconView New scroll adjustment have been set for this widget.
treeViewGetHAdjustment :: TreeViewClass self => self -> IO (Maybe Adjustment)gtk3 Graphics.UI.Gtk.ModelView.TreeView Gets the Adjustment currently being used for the horizontal aspect.
treeViewGetVAdjustment :: TreeViewClass self => self -> IO (Maybe Adjustment)gtk3 Graphics.UI.Gtk.ModelView.TreeView Gets the Adjustment currently being used for the vertical aspect.
treeViewHAdjustment :: TreeViewClass self => Attr self (Maybe Adjustment)gtk3 Graphics.UI.Gtk.ModelView.TreeView Horizontal Adjustment for the widget.
treeViewSetHAdjustment :: TreeViewClass self => self -> Maybe Adjustment -> IO ()gtk3 Graphics.UI.Gtk.ModelView.TreeView Sets the Adjustment for the current horizontal aspect.
treeViewSetVAdjustment :: TreeViewClass self => self -> Maybe Adjustment -> IO ()gtk3 Graphics.UI.Gtk.ModelView.TreeView Sets the Adjustment for the current vertical aspect.
treeViewVAdjustment :: TreeViewClass self => Attr self (Maybe Adjustment)gtk3 Graphics.UI.Gtk.ModelView.TreeView Vertical Adjustment for the widget.
textTagJustification :: TextTagClass self => Attr self Justificationgtk3 Graphics.UI.Gtk.Multiline.TextTag Left, right, or center justification. Default value: JustifyLeft
textTagJustificationSet :: TextTagClass self => Attr self Boolgtk3 Graphics.UI.Gtk.Multiline.TextTag Whether this tag affects paragraph justification. Default value: False
-
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.