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.

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

    gtk Graphics.UI.Gtk.Multiline.TextTag

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

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

    gtk Graphics.UI.Gtk.Multiline.TextTag

    Whether this tag affects paragraph justification. Default value: False

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

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

    gtk Graphics.UI.Gtk.Multiline.TextView

    Gets the horizontal-scrolling Adjustment.

    • Available since Gtk+ version 2.22

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

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

    gtk Graphics.UI.Gtk.Multiline.TextView

    Gets the vertical-scrolling Adjustment.

    • Available since Gtk+ version 2.22

  7. textViewJustification :: TextViewClass self => Attr self Justification

    gtk Graphics.UI.Gtk.Multiline.TextView

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

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

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

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

Page 99 of many | Previous | Next