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. textViewJustification :: TextViewClass self => Attr self Justification

    gtk Graphics.UI.Gtk.Multiline.TextView

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

  2. textViewSetJustification :: TextViewClass self => self -> Justification -> IO ()

    gtk Graphics.UI.Gtk.Multiline.TextView

    Sets the default justification of text in the text view. Tags in the view's buffer may override the default.

  3. scrolledWindowGetHAdjustment :: ScrolledWindowClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Scrolling.ScrolledWindow

    Returns the horizontal scrollbar's adjustment, used to connect the horizontal scrollbar to the child widget's horizontal scroll functionality.

  4. scrolledWindowGetVAdjustment :: ScrolledWindowClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Scrolling.ScrolledWindow

    Returns the vertical scrollbar's adjustment, used to connect the vertical scrollbar to the child widget's vertical scroll functionality.

  5. scrolledWindowHAdjustment :: ScrolledWindowClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Scrolling.ScrolledWindow

    The Adjustment for the horizontal position.

  6. scrolledWindowSetHAdjustment :: ScrolledWindowClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Scrolling.ScrolledWindow

    Sets the Adjustment for the horizontal scrollbar.

  7. scrolledWindowSetVAdjustment :: ScrolledWindowClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Scrolling.ScrolledWindow

    Sets the Adjustment for the vertical scrollbar.

  8. scrolledWindowVAdjustment :: ScrolledWindowClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Scrolling.ScrolledWindow

    The Adjustment for the vertical position.

  9. colorSelectionIsAdjusting :: ColorSelectionClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Selectors.ColorSelection

    Gets the current state of the widget. Returns True if the user is currently dragging a color around, and False if the selection has stopped.

  10. hsvIsAdjusting :: HSVClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Selectors.HSV

    An HSV color selector can be said to be adjusting if multiple rapid changes are being made to its value, for example, when the user is adjusting the value with the mouse. This function queries whether the HSV color selector is being adjusted or not.

Page 112 of many | Previous | Next